3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +00:00

Revert "[TravisCI] Temporarily disable the macOS build configuration."

This reverts commit 9dc332ae9d.

@wintersteiger is now satisfied that using TravisCI's macOS support
is legal [1].

This fixes #1211

[1] https://github.com/Z3Prover/z3/issues/1211#issuecomment-328535885
This commit is contained in:
Dan Liew 2017-09-13 20:15:11 +01:00
parent a0d0812b0c
commit 2bcbc5bb2f

View file

@ -60,17 +60,15 @@ 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
# FIXME: macOS support is temporarily disabled due to @wintersteiger 's concerns. matrix:
# See https://github.com/Z3Prover/z3/pull/1207#issuecomment-322200998 include:
# matrix: # For now just test a single configuration. macOS builds on TravisCI are
# include: # very slow so we should keep the number of configurations we test on this
# # For now just test a single configuration. macOS builds on TravisCI are # OS to a minimum.
# # very slow so we should keep the number of configurations we test on this - os: osx
# # OS to a minimum. osx_image: xcode8.3
# - os: osx # Note: Apple Clang does not support OpenMP
# osx_image: xcode8.3 env: Z3_BUILD_TYPE=RelWithDebInfo USE_OPENMP=0
# # 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