mirror of
https://github.com/json-c/json-c.git
synced 2026-04-09 23:39:06 +08:00
Another attempt at debugging the travis osx build, this time just ignore errors.
This commit is contained in:
@@ -126,9 +126,12 @@ before_install:
|
|||||||
before_script:
|
before_script:
|
||||||
# Wait a while for output to flush :(
|
# Wait a while for output to flush :(
|
||||||
- onexit() { sleep 20; }; trap onexit 0
|
- onexit() { sleep 20; }; trap onexit 0
|
||||||
- mkdir -p build || (echo "Failed to mkdir build" ; false)
|
- pwd
|
||||||
- cd build || (echo "Failed to cd build" ; false)
|
- mkdir -p build || echo "Failed to mkdir build"
|
||||||
- cmake .. || (echo "Failed to run cmake"; false)
|
- ls
|
||||||
|
- cd build || echo "Failed to cd build"
|
||||||
|
- pwd
|
||||||
|
- cmake .. || echo "Failed to run cmake"
|
||||||
- echo "After cmake"
|
- echo "After cmake"
|
||||||
- pwd
|
- pwd
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user