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