]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
CI: Run Meson with -v so we can see compiler command-lines
authorSimon McVittie <smcv@collabora.com>
Mon, 27 Jun 2022 10:13:14 +0000 (11:13 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 13 Jul 2022 19:36:13 +0000 (20:36 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
tools/ci-build.sh

index f77d24ea84f416f36ce4582de81c92248e406a10..2e31e42410905d8885f1baa9de2c3916876f7f5d 100755 (executable)
@@ -516,7 +516,7 @@ case "$ci_buildsys" in
 
         # FIXME: ducktype target fails on debian CI..
         $meson_setup -Dducktype_docs=disabled "$@" "$srcdir"
-        meson compile
+        meson compile -v
         [ "$ci_test" = no ] || meson test
         DESTDIR=DESTDIR meson install
         ( cd DESTDIR && find . -ls)