提交 19360e0a 编写于 作者: B Behdad Esfahbod

[travis] Report matrix settings to help debugging

上级 9b89fc52
...@@ -20,6 +20,12 @@ before_script: ...@@ -20,6 +20,12 @@ before_script:
- true - true
script: script:
- NOCONFIGURE=1 ./autogen.sh - 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" - ./configure $FEATURES CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS"
- make - make
- make check - make check
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册