From: Simon McVittie Date: Mon, 27 Jun 2022 10:13:14 +0000 (+0100) Subject: CI: Run Meson with -v so we can see compiler command-lines X-Git-Tag: dbus-1.15.0~32^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d946c02289f3c20152e87797eb6ac52c07d1dd3c;p=thirdparty%2Fdbus.git CI: Run Meson with -v so we can see compiler command-lines Signed-off-by: Simon McVittie --- diff --git a/tools/ci-build.sh b/tools/ci-build.sh index f77d24ea8..2e31e4241 100755 --- a/tools/ci-build.sh +++ b/tools/ci-build.sh @@ -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)