mirror of
https://github.com/json-c/json-c.git
synced 2026-03-21 22:19:07 +08:00
I have NFC why osx fails when "set -e" is in effect, but leave it off and clean up the rest of the debuging code in the travis config.
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -124,17 +124,11 @@ before_install:
|
||||
fi
|
||||
|
||||
before_script:
|
||||
# Wait a while for output to flush :(
|
||||
- set +e
|
||||
- onexit() { sleep 20; }; trap onexit 0
|
||||
- pwd
|
||||
# XXX osx on travis doesn't work w/ set -e, so turn it off :(
|
||||
- set +e
|
||||
- mkdir -p build || echo "Failed to mkdir build"
|
||||
- ls
|
||||
- cd build || echo "Failed to cd build"
|
||||
- pwd
|
||||
- cmake .. || echo "Failed to run cmake"
|
||||
- echo "After cmake"
|
||||
- pwd
|
||||
|
||||
script:
|
||||
- make
|
||||
|
||||
Reference in New Issue
Block a user