testing travis-ci #11

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

View File

@ -37,6 +37,18 @@ matrix:
compiler: gcc
before_install:
- eval "${MATRIX_EVAL}"
# OSX Clang
- os: osx
osx_image: xcode8
env:
BUILD_TYPE=Release
BIN_DIR=bin
- os: osx
osx_image: xcode8
env:
BUILD_TYPE=Debug
BIN_DIR=debug
script:
- cd build
- cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE ..