mirror of
https://github.com/json-c/json-c.git
synced 2026-03-20 21:49:07 +08:00
Apparently cmake is already installed on travis osx builds. Try another approach to figure out what was failing.
This commit is contained in:
@@ -124,10 +124,11 @@ before_install:
|
||||
fi
|
||||
|
||||
before_script:
|
||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||
brew install cmake;
|
||||
fi
|
||||
- mkdir build && cd build && cmake ..
|
||||
- mkdir -p build || (echo "Failed to mkdir build" ; false)
|
||||
- cd build || (echo "Failed to cd build" ; false)
|
||||
- cmake .. || (echo "Failed to run cmake"; false)
|
||||
- echo "After cmake"
|
||||
- pwd
|
||||
|
||||
script:
|
||||
- make
|
||||
|
||||
Reference in New Issue
Block a user