mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 05:40:05 +01:00
gitlab CI: drop MESON_SKIP_TEST variables
In the no-check:meson job, the ninja arg was "dist" so the test would be run as part of that anyway (and skipped, since we didn't have check). In the no-doxygen-check:meson job, the ninja arg was zero so the test would be skipped but since we don't have check we might as well just run it as empty test suite. And the same applies to the scan-build job, running the test shouldn't hurt here. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
46ed9e53e4
commit
ac3d44ee7a
2 changed files with 0 additions and 6 deletions
|
|
@ -684,7 +684,6 @@ no-check:meson:
|
||||||
- dnf remove -y check check-devel
|
- dnf remove -y check check-devel
|
||||||
variables:
|
variables:
|
||||||
MESON_ARGS: -Dtests=disabled
|
MESON_ARGS: -Dtests=disabled
|
||||||
SKIP_MESON_TEST: 1
|
|
||||||
|
|
||||||
# doxygen is required for dist
|
# doxygen is required for dist
|
||||||
no-doxygen:meson:
|
no-doxygen:meson:
|
||||||
|
|
@ -703,7 +702,6 @@ no-doxygen-check-valgrind:meson:
|
||||||
variables:
|
variables:
|
||||||
MESON_ARGS: -Dtests=disabled -Ddocumentation=disabled
|
MESON_ARGS: -Dtests=disabled -Ddocumentation=disabled
|
||||||
NINJA_ARGS: ''
|
NINJA_ARGS: ''
|
||||||
SKIP_MESON_TEST: 1
|
|
||||||
|
|
||||||
enable-gcov:meson:
|
enable-gcov:meson:
|
||||||
extends: .fedora-custom-build@meson-template
|
extends: .fedora-custom-build@meson-template
|
||||||
|
|
@ -714,7 +712,6 @@ scan-build:meson:
|
||||||
extends: .fedora-custom-build@meson-template
|
extends: .fedora-custom-build@meson-template
|
||||||
variables:
|
variables:
|
||||||
NINJA_ARGS: 'scan-build'
|
NINJA_ARGS: 'scan-build'
|
||||||
SKIP_MESON_TEST: 1
|
|
||||||
|
|
||||||
static-build:meson:
|
static-build:meson:
|
||||||
extends: .fedora-custom-build@meson-template
|
extends: .fedora-custom-build@meson-template
|
||||||
|
|
|
||||||
|
|
@ -369,7 +369,6 @@ no-check:meson:
|
||||||
- dnf remove -y check check-devel
|
- dnf remove -y check check-devel
|
||||||
variables:
|
variables:
|
||||||
MESON_ARGS: -Dtests=disabled
|
MESON_ARGS: -Dtests=disabled
|
||||||
SKIP_MESON_TEST: 1
|
|
||||||
|
|
||||||
# doxygen is required for dist
|
# doxygen is required for dist
|
||||||
no-doxygen:meson:
|
no-doxygen:meson:
|
||||||
|
|
@ -388,7 +387,6 @@ no-doxygen-check-valgrind:meson:
|
||||||
variables:
|
variables:
|
||||||
MESON_ARGS: -Dtests=disabled -Ddocumentation=disabled
|
MESON_ARGS: -Dtests=disabled -Ddocumentation=disabled
|
||||||
NINJA_ARGS: ''
|
NINJA_ARGS: ''
|
||||||
SKIP_MESON_TEST: 1
|
|
||||||
|
|
||||||
enable-gcov:meson:
|
enable-gcov:meson:
|
||||||
extends: .fedora-custom-build@meson-template
|
extends: .fedora-custom-build@meson-template
|
||||||
|
|
@ -399,7 +397,6 @@ scan-build:meson:
|
||||||
extends: .fedora-custom-build@meson-template
|
extends: .fedora-custom-build@meson-template
|
||||||
variables:
|
variables:
|
||||||
NINJA_ARGS: 'scan-build'
|
NINJA_ARGS: 'scan-build'
|
||||||
SKIP_MESON_TEST: 1
|
|
||||||
|
|
||||||
static-build:meson:
|
static-build:meson:
|
||||||
extends: .fedora-custom-build@meson-template
|
extends: .fedora-custom-build@meson-template
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue