testing travis-ci #12
This commit is contained in:
parent
2ff37a5670
commit
ff2c893439
@ -44,11 +44,15 @@ matrix:
|
||||
env:
|
||||
BUILD_TYPE=Release
|
||||
BIN_DIR=bin
|
||||
install:
|
||||
brew install cmake
|
||||
- os: osx
|
||||
osx_image: xcode8
|
||||
env:
|
||||
BUILD_TYPE=Debug
|
||||
BIN_DIR=debug
|
||||
install:
|
||||
brew install cmake
|
||||
script:
|
||||
- cd build
|
||||
- cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE ..
|
||||
|
Loading…
Reference in New Issue
Block a user