From d946c02289f3c20152e87797eb6ac52c07d1dd3c Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 27 Jun 2022 11:13:14 +0100 Subject: [PATCH] CI: Run Meson with -v so we can see compiler command-lines Signed-off-by: Simon McVittie --- tools/ci-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci-build.sh b/tools/ci-build.sh index f77d24ea..2e31e424 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)