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>
- dnf remove -y check check-devel
variables:
MESON_ARGS: -Dtests=disabled
- SKIP_MESON_TEST: 1
# doxygen is required for dist
no-doxygen:meson:
variables:
MESON_ARGS: -Dtests=disabled -Ddocumentation=disabled
NINJA_ARGS: ''
- SKIP_MESON_TEST: 1
enable-gcov:meson:
extends: .fedora-custom-build@meson-template
extends: .fedora-custom-build@meson-template
variables:
NINJA_ARGS: 'scan-build'
- SKIP_MESON_TEST: 1
static-build:meson:
extends: .fedora-custom-build@meson-template
- dnf remove -y check check-devel
variables:
MESON_ARGS: -Dtests=disabled
- SKIP_MESON_TEST: 1
# doxygen is required for dist
no-doxygen:meson:
variables:
MESON_ARGS: -Dtests=disabled -Ddocumentation=disabled
NINJA_ARGS: ''
- SKIP_MESON_TEST: 1
enable-gcov:meson:
extends: .fedora-custom-build@meson-template
extends: .fedora-custom-build@meson-template
variables:
NINJA_ARGS: 'scan-build'
- SKIP_MESON_TEST: 1
static-build:meson:
extends: .fedora-custom-build@meson-template