[build] fix the test-suite.log path

pull/536/head
Timothy Stack 6 years ago
parent ca7b4b2168
commit 691c954d63

@ -6,7 +6,7 @@ sudo: false
install: install:
- if [ "$CXX" = "g++" ]; then export CXX="g++-5" CC="gcc-5"; fi - if [ "$CXX" = "g++" ]; then export CXX="g++-5" CC="gcc-5"; fi
script: ./autogen.sh && ./configure LDFLAGS="-static-libstdc++ -static-libgcc" && make distcheck -j3 script: ./autogen.sh && ./configure LDFLAGS="-static-libstdc++ -static-libgcc" && make distcheck -j3
after_script: test -e test/test-suite.log && cat test/test-suite.log after_script: test -e lnav-*/_build/sub/test/test-suite.log && cat lnav-*/_build/sub/test/test-suite.log
env: env:
global: global:

Loading…
Cancel
Save