testing travis-ci #12

This commit is contained in:
Phuntsok Drak-pa 2018-05-03 12:51:28 +02:00
parent 2ff37a5670
commit ff2c893439
1 changed files with 4 additions and 0 deletions

View File

@ -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 ..