Append to build logs instead of truncating
This commit is contained in:
parent
6e0c0c808f
commit
d1c2a03dcf
|
@ -30,9 +30,9 @@ matrix:
|
|||
- pip3 install -q --user setuptools nose2
|
||||
script:
|
||||
- while sleep 2m; do echo "still building..."; done &
|
||||
- make setup > build.log 2>&1
|
||||
- make LibCarla > build.log 2>&1
|
||||
- make PythonAPI > build.log 2>&1
|
||||
- make setup >> build.log 2>&1
|
||||
- make LibCarla >> build.log 2>&1
|
||||
- make PythonAPI >> build.log 2>&1
|
||||
- kill %1
|
||||
- make check ARGS="--all --gtest_args=--gtest_filter=-*_mt"
|
||||
after_failure:
|
||||
|
|
Loading…
Reference in New Issue