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