Another ugly hack to get Travis to show output
This commit is contained in:
parent
9f50c5e062
commit
97a60818c4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue