projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4177093
)
gitlab-ci: explicitly call "meson setup" to improve readability
author
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 31 Aug 2022 05:41:35 +0000
(15:41 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 31 Aug 2022 05:41:35 +0000
(15:41 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci/meson-build.sh
patch
|
blob
|
history
diff --git
a/.gitlab-ci/meson-build.sh
b/.gitlab-ci/meson-build.sh
index df2a6a466a3deb3a472c47aa5efe071efa916040..bda825b960c783d9e3bbcb6fe3d41eabc0d767da 100755
(executable)
--- 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