I want to see the error message!!!

This commit is contained in:
Uli Schlachter 2020-08-03 17:49:38 +02:00 committed by Emmanuel Lepage Vallee
parent 97a60818c4
commit 1792780cf3
1 changed files with 3 additions and 0 deletions

View File

@ -249,6 +249,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