소스 검색

make travis build a bit more verbose

Steffen Jaeckel 8 년 전
부모
커밋
39f12dafc4
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .travis.yml

+ 2 - 1
.travis.yml

@@ -2,7 +2,7 @@ language: c
 compiler:
   - gcc
   - 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:
   - |
     BUILDSCRIPT="check_source.sh"
@@ -95,6 +95,7 @@ after_failure:
   - cat test_std.txt
   - cat test_err.txt
 after_script:
+  - cat gcc_1.txt
   - cat gcc_2.txt
 notifications:
   irc: "chat.freenode.net#libtom-notifications"