3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-12 20:18:18 +00:00

Merge pull request #1208 from delcypher/travis_ci_temp_disable_macos

[TravisCI] Temporarily disable the macOS build configuration.
This commit is contained in:
Christoph M. Wintersteiger 2017-08-14 21:25:48 +02:00 committed by GitHub
commit 75c3e2d67e

View file

@ -60,15 +60,17 @@ env:
- LINUX_BASE=ubuntu_14.04 C_COMPILER=/usr/bin/gcc-4.8 CXX_COMPILER=/usr/bin/g++-4.8 TARGET_ARCH=x86_64 Z3_BUILD_TYPE=Debug - LINUX_BASE=ubuntu_14.04 C_COMPILER=/usr/bin/gcc-4.8 CXX_COMPILER=/usr/bin/g++-4.8 TARGET_ARCH=x86_64 Z3_BUILD_TYPE=Debug
# macOS (a.k.a OSX) support # macOS (a.k.a OSX) support
matrix: # FIXME: macOS support is temporarily disabled due to @wintersteiger 's concerns.
include: # See https://github.com/Z3Prover/z3/pull/1207#issuecomment-322200998
# For now just test a single configuration. macOS builds on TravisCI are # matrix:
# very slow so we should keep the number of configurations we test on this # include:
# OS to a minimum. # # For now just test a single configuration. macOS builds on TravisCI are
- os: osx # # very slow so we should keep the number of configurations we test on this
osx_image: xcode8.3 # # OS to a minimum.
# Note: Apple Clang does not support OpenMP # - os: osx
env: Z3_BUILD_TYPE=RelWithDebInfo USE_OPENMP=0 # osx_image: xcode8.3
# # Note: Apple Clang does not support OpenMP
# env: Z3_BUILD_TYPE=RelWithDebInfo USE_OPENMP=0
script: script:
# Use `travis_wait` when doing LTO builds because this configuration will # Use `travis_wait` when doing LTO builds because this configuration will
# have long link times during which it will not show any output which # have long link times during which it will not show any output which