mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 09:55:19 +00:00
disable dot-net for osx
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
341f7ceb17
commit
26e9321517
|
@ -84,7 +84,7 @@ matrix:
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode8.3
|
osx_image: xcode8.3
|
||||||
# Note: Apple Clang does not support OpenMP
|
# Note: Apple Clang does not support OpenMP
|
||||||
env: Z3_BUILD_TYPE=RelWithDebInfo USE_OPENMP=0
|
env: Z3_BUILD_TYPE=RelWithDebInfo USE_OPENMP=0 DOTNET_BINDINGS=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
|
||||||
|
|
Loading…
Reference in a new issue