Don't use mason clang on OSX
This commit is contained in:
parent
4ccb08983f
commit
d023e7c581
@ -55,12 +55,13 @@ matrix:
|
|||||||
- os: osx
|
- os: osx
|
||||||
# TODO: xcode8 triggers undefined symbol 'clock_gettime' in boost::interprocess
|
# TODO: xcode8 triggers undefined symbol 'clock_gettime' in boost::interprocess
|
||||||
osx_image: xcode7.3
|
osx_image: xcode7.3
|
||||||
compiler: clang
|
compiler: "mason-osx-release"
|
||||||
env: CLANG_VERSION='3.8.1' ENABLE_MASON=ON BUILD_TYPE='Release' CUCUMBER_TIMEOUT=60000 CCOMPILER='clang' CXXCOMPILER='clang++' ENABLE_ASSERTIONS=ON
|
# we use the xcode provides clang and don't install our own
|
||||||
|
env: ENABLE_MASON=ON BUILD_TYPE='Release' CUCUMBER_TIMEOUT=60000 CCOMPILER='clang' CXXCOMPILER='clang++' ENABLE_ASSERTIONS=ON
|
||||||
|
|
||||||
# Release Builds
|
# Release Builds
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: "mason-release"
|
compiler: "mason-linux-release"
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources: ['ubuntu-toolchain-r-test']
|
sources: ['ubuntu-toolchain-r-test']
|
||||||
|
Loading…
Reference in New Issue
Block a user