mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-06 09:18:12 +02:00
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:
parent
5cd8b3e0a1
commit
d946c02289
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue