more dbg in travis.yml

This commit is contained in:
John Cupitt 2017-01-18 20:34:43 +00:00
parent d91396649f
commit a0d9a0794e
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ before_script:
--with-jpeg-includes=$JPEG/include
--with-jpeg-libraries=$JPEG/lib
- cat config.log
- echo PKG_CONFIG_PATH = $PKG_CONFIG_PATH
- echo ls /usr/local/lib/pkgconfig ; ls /usr/local/lib/pkgconfig
- echo which pkg-config ; which pkg-config
- make -j$JOBS -s V=0
script:
- make -Ctest -j$JOBS -s V=0 VERBOSE=1 check