Commit 2d48a36f authored by Niels's avatar Niels

trying Travis and OSX

parent b4bb3afb
......@@ -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++"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment