summaryrefslogtreecommitdiff
path: root/tools/ci-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ci-build.sh')
-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)