I want to see the error message!!!

This commit is contained in:
Uli Schlachter 2020-08-03 17:49:38 +02:00
parent 8584cee424
commit e34c07fbb7
1 changed files with 3 additions and 0 deletions

View File

@ -229,6 +229,9 @@ script:
travis_run_in_fold "build_in_dir" cmake $CMAKE_ARGS "$SOURCE_DIRECTORY"
fi
- travis_run_in_fold "make" make ; sleep 5
- make ; sleep 5
- make ; sleep 5
- make ; sleep 5
- |
if [ "$TRAVIS_TEST_RESULT" = 0 ]; then
travis_run_in_fold "make.install" sudo env PATH=$PATH make install