Only run OSX in release

This commit is contained in:
Patrick Niklaus 2016-11-17 19:50:23 +00:00 committed by Patrick Niklaus
parent 4b5466629f
commit 3687864cc1

View File

@ -28,7 +28,6 @@ env:
- JOBS=4 - JOBS=4
- CCACHE_VERSION=3.3.1 - CCACHE_VERSION=3.3.1
- CMAKE_VERSION=3.6.2 - CMAKE_VERSION=3.6.2
- ENABLE_ASSERTIONS=ON
matrix: matrix:
fast_finish: true fast_finish: true
@ -57,7 +56,7 @@ matrix:
# 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: clang
env: ENABLE_MASON=ON BUILD_TYPE='Release' CUCUMBER_TIMEOUT=60000 CCOMPILER='clang' CXXCOMPILER='clang++' 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