CI: Run Meson with -v so we can see compiler command-lines

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2022-06-27 11:13:14 +01:00
parent 5cd8b3e0a1
commit d946c02289

View file

@ -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)