make travis build a bit more verbose
This commit is contained in:
parent
ab34b0bd93
commit
39f12dafc4
@ -2,7 +2,7 @@ language: c
|
|||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
script: bash "${BUILDSCRIPT}" "${BUILDNAME}" "${BUILDOPTIONS}" "makefile" "-DUSE_LTM -DLTM_DESC -I/usr/include" "/usr/lib/x86_64-linux-gnu/libtommath.a"
|
script: bash "${BUILDSCRIPT}" "${BUILDNAME}" "${BUILDOPTIONS}" "makefile V=1" "-DUSE_LTM -DLTM_DESC -I/usr/include" "/usr/lib/x86_64-linux-gnu/libtommath.a"
|
||||||
env:
|
env:
|
||||||
- |
|
- |
|
||||||
BUILDSCRIPT="check_source.sh"
|
BUILDSCRIPT="check_source.sh"
|
||||||
@ -95,6 +95,7 @@ after_failure:
|
|||||||
- cat test_std.txt
|
- cat test_std.txt
|
||||||
- cat test_err.txt
|
- cat test_err.txt
|
||||||
after_script:
|
after_script:
|
||||||
|
- cat gcc_1.txt
|
||||||
- cat gcc_2.txt
|
- cat gcc_2.txt
|
||||||
notifications:
|
notifications:
|
||||||
irc: "chat.freenode.net#libtom-notifications"
|
irc: "chat.freenode.net#libtom-notifications"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user