diff options
author | Emil Velikov <[email protected]> | 2018-12-12 17:43:07 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-12-12 17:43:07 +0000 |
commit | de72c1fe6c9fa3fc121edb1d9dbed70192d120aa (patch) | |
tree | ad859d9397b94058d4f8b9d21797f9bf76340d91 /.travis.yml | |
parent | 7c38d7b7c82959774cef875ebda61916be30370d (diff) |
travis: meson: print the configured state
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index deec40cb135..6fefe06617a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -670,5 +670,6 @@ script: export CFLAGS="$CFLAGS -isystem`pwd`" meson _build $MESON_OPTIONS + meson configure _build ninja -C _build fi |