summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-06-27 11:13:14 +0100
committerSimon McVittie <smcv@collabora.com>2022-07-13 20:36:13 +0100
commitd946c02289f3c20152e87797eb6ac52c07d1dd3c (patch)
tree9ad6f8dd4671d5fa115cda753f17ee6ecdfeead2 /tools
parent5cd8b3e0a195e56f57912529b3952c84002d5d27 (diff)
downloaddbus-d946c02289f3c20152e87797eb6ac52c07d1dd3c.tar.gz
CI: Run Meson with -v so we can see compiler command-lines
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/ci-build.sh2
1 files changed, 1 insertions, 1 deletions
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)