3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-15 13:28:47 +00:00

Merge pull request #1189 from delcypher/travis_ci_wait_longer_when_no_output

[TravisCI] Try to make the LTO build more reliable.
This commit is contained in:
Nikolaj Bjorner 2017-08-02 08:47:09 -07:00 committed by GitHub
commit d12a0133ce

View file

@ -65,4 +65,7 @@ env:
# - os: osx
# osx_image: xcode 8.2
script:
- contrib/ci/scripts/travis_ci_entry_point.sh
# Use `travis_wait` to handle commands that don't show output for a long period of time.
# Currently this is the LTO build which can be very slow.
# Allow at most 45 minutes for the build.
- travis_wait 45 contrib/ci/scripts/travis_ci_entry_point.sh