Install cmake on travis osx build
This commit is contained in:
parent
947bdbf4e1
commit
b25756b46e
1 changed files with 7 additions and 0 deletions
|
@ -69,6 +69,13 @@ matrix:
|
|||
CMAKE_OPTS: -DLANG_OBJC=ON
|
||||
DEPLOY: true
|
||||
|
||||
before_install:
|
||||
- >
|
||||
[ "$TRAVIS_OS_NAME" = "osx" ] && (
|
||||
brew update;
|
||||
brew outdated cmake || brew upgrade cmake
|
||||
)
|
||||
|
||||
script:
|
||||
- export CXX=${CC/gcc/g++}; export CXX=${CXX/clang/clang++}
|
||||
- mkdir -p build && cd $_
|
||||
|
|
Loading…
Add table
Reference in a new issue