trying Travis and OSX
This commit is contained in:
parent
b4bb3afb65
commit
2d48a36f5c
1 changed files with 7 additions and 0 deletions
|
@ -44,6 +44,13 @@ matrix:
|
|||
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7']
|
||||
packages: ['clang-3.7', 'valgrind']
|
||||
env: COMPILER=clang++-3.7
|
||||
|
||||
- os: osx
|
||||
compiler: clang
|
||||
env: COMPILER=clang
|
||||
before_install:
|
||||
- brew update
|
||||
- brew install valgrind
|
||||
|
||||
script:
|
||||
- make CXX=$COMPILER CXXFLAGS="-lstdc++"
|
||||
|
|
Loading…
Reference in a new issue