summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-08-31 15:41:35 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-08-31 15:41:35 +1000
commit30776d670b931f15dce83fae9a4dd7a0726bb470 (patch)
tree31dcd30efb74bef13b3ef0db88adaff6922bad19
parent4177093d49933c498c948b082c38e4785a7857ab (diff)
downloadlibinput-30776d670b931f15dce83fae9a4dd7a0726bb470.tar.gz
gitlab-ci: explicitly call "meson setup" to improve readability
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rwxr-xr-x.gitlab-ci/meson-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/meson-build.sh b/.gitlab-ci/meson-build.sh
index df2a6a46..bda825b9 100755
--- a/.gitlab-ci/meson-build.sh
+++ b/.gitlab-ci/meson-build.sh
@@ -36,7 +36,7 @@ echo "*************************************************"
set -e
rm -rf "$MESON_BUILDDIR"
-meson "$MESON_BUILDDIR" $MESON_ARGS
+meson setup "$MESON_BUILDDIR" $MESON_ARGS
meson configure "$MESON_BUILDDIR"
ninja -C "$MESON_BUILDDIR" $NINJA_ARGS