mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 04:03:39 +00:00
CI: 3rd attempt: trying to incorporate .net sdk into travis build
This commit is contained in:
parent
538272d2d5
commit
44e21d9948
11
.travis.yml
11
.travis.yml
|
@ -5,7 +5,6 @@ cache:
|
||||||
- $DOCKER_TRAVIS_CI_CACHE_DIR
|
- $DOCKER_TRAVIS_CI_CACHE_DIR
|
||||||
sudo: required
|
sudo: required
|
||||||
language: cpp
|
language: cpp
|
||||||
dotnet: 2.1.4
|
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
env:
|
env:
|
||||||
|
@ -86,9 +85,15 @@ matrix:
|
||||||
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 DOTNET_BINDINGS=0
|
env: Z3_BUILD_TYPE=RelWithDebInfo USE_OPENMP=0 DOTNET_BINDINGS=0
|
||||||
|
|
||||||
|
matrix:
|
||||||
|
include:
|
||||||
|
- language: csharp
|
||||||
|
dotnet: 2.1.4
|
||||||
|
script:
|
||||||
|
# Add at least one dotnet command invocation to activate the build env.
|
||||||
|
- dotnet restore
|
||||||
script:
|
script:
|
||||||
# Add at least one dotnet command invocation to activate the build env.
|
|
||||||
- dotnet restore
|
|
||||||
# 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
|
||||||
# TravisCI might kill due to perceived inactivity.
|
# TravisCI might kill due to perceived inactivity.
|
||||||
|
|
Loading…
Reference in a new issue