bio/.travis.yml

16 строки
623 B
YAML

language: csharp
solution: src/Bio.Mono.sln
env:
MONO_IOMAP=all
install:
- nuget restore src/Bio.Mono.sln
- nuget restore src/BioTools.sln
- nuget install -Prerelease NUnit.Console -Version 3.0.0-beta-3 -OutputDirectory testrunner
script:
- xbuild /p:Configuration=Release src/Bio.Mono.sln
- xbuild /p:Configuration=Release src/BioTools.sln
- mkdir TestUtils
- cp ./src/Source/Tests/Bio.Tests/bin/Release/* TestUtils/
- cp -r ./src/Source/Tests/TestData/TestUtils/* ./TestUtils/
- ls -lR ./TestUtils/
- mono ./testrunner/NUnit.Console.3.0.0-beta-3/tools/nunit-console.exe ./TestUtils/Bio.Tests.dll