mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 21:38:44 +00:00
CI: 2nd attempt: trying to incorporate .net sdk into travis build
This commit is contained in:
parent
a162a60d9c
commit
538272d2d5
|
@ -5,6 +5,7 @@ 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:
|
||||||
|
@ -74,8 +75,6 @@ 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=RelWithDebInfo
|
- 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=RelWithDebInfo
|
||||||
# 64-bit GCC 4.8 Debug
|
# 64-bit GCC 4.8 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 RUN_UNIT_TESTS=BUILD_ONLY
|
- 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 RUN_UNIT_TESTS=BUILD_ONLY
|
||||||
include:
|
|
||||||
- dotnet: 2.1.4
|
|
||||||
|
|
||||||
# macOS (a.k.a OSX) support
|
# macOS (a.k.a OSX) support
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -87,8 +86,9 @@ 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
|
||||||
- dotnet: 2.1.4
|
|
||||||
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