File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed
Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -84,14 +84,13 @@ script:
8484 qemu-arm -L /usr/arm-linux-gnueabi/ ./.libs/http_utils ;
8585 qemu-arm -L /usr/arm-linux-gnueabi/ ./.libs/threaded ;
8686 fi
87- else
88- make check ;
89- if [ "$VALGRIND" = "valgrind" ]; then make check-valgrind; fi;
90- cat test/test-suite.log ;
91- ls -l /usr/local/lib/ ;
92- ls -l /usr/lib/ ;
93- if [ "$TRAVIS_OS_NAME" = "linux" ]; then cd ../src/; cppcheck --error-exitcode=1 .; cd ../build; fi
94- fi
87+ - make check
88+ - cat test/test-suite.log
89+ - if [ "$VALGRIND" = "valgrind" ]; then make check-valgrind; fi;
90+ - if [ "$VALGRIND" = "valgrind" ]; then cat test/test-suite-memcheck.log; fi;
91+ - ls -l /usr/local/lib/
92+ - ls -l /usr/lib/
93+ - if [ "$TRAVIS_OS_NAME" = "linux" ]; then cd ../src/; cppcheck --error-exitcode=1 .; cd ../build; fi
9594after_success :
9695 - if [ "$DEBUG" = "debug" ] && [ "$COVERAGE" = "coverage" ] && [ "$TRAVIS_OS_NAME" = "linux" ]; then bash <(curl -s https://codecov.io/bash); fi
9796matrix :
You can’t perform that action at this time.
0 commit comments