gitlab CI: drop MESON_SKIP_TEST variables
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 4 Jan 2023 23:16:15 +0000 (09:16 +1000)
committerJihoon Kim <jihoon48.kim@samsung.com>
Fri, 17 Nov 2023 10:55:47 +0000 (19:55 +0900)
commitf7c3a1146879ea069aa57f71b7b21f78332a3d0c
treeb2a4249b2c3362c9c5685016f02eb1600fca14e3
parent5642893b55967a824794e58e5b805bb19f082a82
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>
.gitlab-ci.yml
.gitlab-ci/ci.template