3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

CI: configure dotnet via docker

This commit is contained in:
Yatao Li 2018-09-12 00:29:58 +08:00
parent 44e21d9948
commit 5bc7a5d673
4 changed files with 15 additions and 13 deletions

View file

@ -86,13 +86,6 @@ matrix:
# Note: Apple Clang does not support OpenMP
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:
# Use `travis_wait` when doing LTO builds because this configuration will
# have long link times during which it will not show any output which