travis: meson: print the configured state

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
This commit is contained in:
Emil Velikov 2018-12-12 17:43:07 +00:00 committed by Emil Velikov
parent 7c38d7b7c8
commit de72c1fe6c
1 changed files with 1 additions and 0 deletions

View File

@ -670,5 +670,6 @@ script:
export CFLAGS="$CFLAGS -isystem`pwd`"
meson _build $MESON_OPTIONS
meson configure _build
ninja -C _build
fi