testing travis-ci #14
This commit is contained in:
parent
fc6c6aa9f2
commit
5e6f43dcaa
@ -45,6 +45,8 @@ matrix:
|
|||||||
env:
|
env:
|
||||||
BUILD_TYPE=Release
|
BUILD_TYPE=Release
|
||||||
BIN_DIR=bin
|
BIN_DIR=bin
|
||||||
|
before_install:
|
||||||
|
brew update
|
||||||
install:
|
install:
|
||||||
brew install cmake
|
brew install cmake
|
||||||
- os: osx
|
- os: osx
|
||||||
@ -53,6 +55,8 @@ matrix:
|
|||||||
env:
|
env:
|
||||||
BUILD_TYPE=Debug
|
BUILD_TYPE=Debug
|
||||||
BIN_DIR=debug
|
BIN_DIR=debug
|
||||||
|
before_install:
|
||||||
|
brew update
|
||||||
install:
|
install:
|
||||||
brew install cmake
|
brew install cmake
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user