encompass-cs/.travis.yml

11 lines
378 B
YAML
Raw Normal View History

2019-06-20 06:07:03 +00:00
dist: xenial
2019-06-20 05:53:10 +00:00
language: csharp
solution: encompass-cs.sln
install:
- nuget restore encompass-cs.sln
- nuget install NUnit.Console -OutputDirectory testrunner
script:
- msbuild /p:Configuration=Release -Version 3.9.0 encompass-cs.sln
2019-06-20 06:25:18 +00:00
- mono ./testrunner/NUnit.ConsoleRunner.3.9.0/tools/nunit3-console.exe ./test/bin/Release/netcoreapp2.1/EncompassECS.Framework.Tests.dll