Try yet again to fix the osx build, this time do set +e

This commit is contained in:
Eric Haszlakiewicz
2020-04-08 02:39:03 +00:00
parent a86ae1df9a
commit 2782a6b62c

View File

@@ -125,6 +125,7 @@ before_install:
before_script: before_script:
# Wait a while for output to flush :( # Wait a while for output to flush :(
- set +e
- onexit() { sleep 20; }; trap onexit 0 - onexit() { sleep 20; }; trap onexit 0
- pwd - pwd
- mkdir -p build || echo "Failed to mkdir build" - mkdir -p build || echo "Failed to mkdir build"