argh more travis

perhaps `pkg-config --debug` will show something useful
This commit is contained in:
John Cupitt 2017-01-19 14:13:53 +00:00
parent 721fae73fa
commit fb64671b3e
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ before_script:
- cat config.log
- echo PKG_CONFIG_PATH = $PKG_CONFIG_PATH
- echo which pkg-config ; which pkg-config
- pkg-config --list-all
- pkg-config --debug
- make -j$JOBS -s V=0
script:
- make -Ctest -j$JOBS -s V=0 VERBOSE=1 check