Another ugly hack to get Travis to show output

This commit is contained in:
Uli Schlachter 2020-08-03 17:47:01 +02:00 committed by Emmanuel Lepage Vallee
parent 9f50c5e062
commit 97a60818c4
1 changed files with 1 additions and 1 deletions

View File

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