提交 68c50073 编写于 作者: N Niels

added OSX

上级 ca604c5a
......@@ -69,16 +69,17 @@ matrix:
compiler: clang
addons:
apt:
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.9']
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise']
packages: ['clang-3.9', 'valgrind']
env: COMPILER=clang++-3.9
# - os: osx
# compiler: clang
# env: COMPILER=clang
# before_install:
# - brew update
# - brew install valgrind
- os: osx
osx_image: xcode7.3
compiler: clang
env: COMPILER=clang
before_install:
- brew update
- brew install valgrind
script:
- make CXX=$COMPILER CXXFLAGS="-lstdc++"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册