gitlab-ci: add commandline options to the meson-build.sh script
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 31 Aug 2022 05:51:20 +0000 (15:51 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 31 Aug 2022 06:01:26 +0000 (16:01 +1000)
commit6c2e98e40d4bb2abc48bcb4b2e3201017cdfcd3d
treefe72785fe086b0e40f28898ae83da347056def40
parent30776d670b931f15dce83fae9a4dd7a0726bb470
gitlab-ci: add commandline options to the meson-build.sh script

The various --skip-build, --skip-test and --skip-setup skip the
respective step, the --run-test argument runs the test even where
MESON_TEST_ARGS is nil.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci/meson-build.sh