mirror of
https://github.com/json-c/json-c.git
synced 2026-04-09 23:39:06 +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:
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user