mirror of
https://github.com/json-c/json-c.git
synced 2026-03-21 05:59:07 +08:00
Install cmake on osx travis builds. s/make check/make test/
This commit is contained in:
@@ -104,7 +104,7 @@ matrix:
|
||||
- mkdir build && cd build && cmake ..
|
||||
script:
|
||||
- make
|
||||
- make check
|
||||
- make test
|
||||
after_success:
|
||||
- coveralls --exclude tests --exclude fuzz
|
||||
|
||||
@@ -124,6 +124,9 @@ before_install:
|
||||
fi
|
||||
|
||||
before_script:
|
||||
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then
|
||||
brew install cmake;
|
||||
fi
|
||||
- mkdir build && cd build && cmake ..
|
||||
|
||||
script:
|
||||
|
||||
Reference in New Issue
Block a user