代码拉取完成,页面将自动刷新
# vim: set sw=2 ts=2 softtabstop=2 expandtab:
language: csharp
dist: trusty
sudo: true
solution: "Source/Boogie.sln"
env:
global:
- Z3URL=https://github.com/Z3Prover/z3/releases/download/z3-4.8.4/z3-4.8.4.d6df51951f4c-x64-ubuntu-14.04.zip
matrix:
- BOOGIE_CONFIG=Debug
- BOOGIE_CONFIG=Release
install:
- wget http://download.opensuse.org/repositories/home:delcypher:z3/xUbuntu_12.04/Release.key
- sudo apt-key add - < Release.key
# Download a Z3 release
- wget ${Z3URL}
- unzip z3*.zip
# NuGet is a little flakey in legacy TravisCI, use travis_retry command to retry the command if it fails
- travis_retry nuget restore ${TRAVIS_SOLUTION}
# Install needed python tools
- sudo pip install lit OutputCheck pyyaml
- mkdir -p Source/packages && cd Source/packages && travis_retry nuget install NUnit.Runners -Version 2.6.3
- cd ../../
script:
- xbuild /p:Configuration=${BOOGIE_CONFIG} ${TRAVIS_SOLUTION}
# Run unit tests
- python Source/UnitTests/run-unittests.py ${BOOGIE_CONFIG}
# Run driver tests
- ln -s $(find $PWD/z3* -name z3 -type f) Binaries/z3.exe
- lit -v Test/
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。