[travis] Report matrix settings to help debugging

This commit is contained in:
Behdad Esfahbod 2014-10-01 17:35:03 -04:00
parent 9b89fc52f4
commit 19360e0a56
1 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,12 @@ before_script:
- true
script:
- NOCONFIGURE=1 ./autogen.sh
- echo CC=$CC
- echo CXX=$CXX
- echo CPP=$CPP
- echo LD=$LD
- echo CPPFLAGS="$CPPFLAGS"
- echo LDFLAGS="$LDFLAGS"
- ./configure $FEATURES CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS"
- make
- make check