mirror of
https://github.com/json-c/json-c.git
synced 2026-03-23 15:09:07 +08:00
Try yet again to fix the osx build, this time do set +e
This commit is contained in:
@@ -125,6 +125,7 @@ before_install:
|
||||
|
||||
before_script:
|
||||
# Wait a while for output to flush :(
|
||||
- set +e
|
||||
- onexit() { sleep 20; }; trap onexit 0
|
||||
- pwd
|
||||
- mkdir -p build || echo "Failed to mkdir build"
|
||||
|
||||
Reference in New Issue
Block a user