pull/5/head
Evan Hemsley 2019-06-19 22:53:10 -07:00
parent 4a54a5544c
commit 96e3e85848
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
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
- mono ./testrunner/NUnit.ConsoleRunner.3.9.0/tools/nunit3-console.exe ./test/bin/Release/netcoreapp2.2/encompass-cs.dll