Merge branch 'master' of github.com:thatcosmonaut/encompass-cs
commit
855797ef5e
|
@ -0,0 +1,10 @@
|
|||
dist: xenial
|
||||
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
|
Loading…
Reference in New Issue