more travis!
parent
cec5c570b1
commit
72297a69ff
|
@ -1,10 +1,11 @@
|
|||
dist: xenial
|
||||
language: csharp
|
||||
solution: encompass-cs.sln
|
||||
mono: none
|
||||
|
||||
install:
|
||||
- nuget restore encompass-cs.sln
|
||||
- nuget install NUnit.Console -OutputDirectory testrunner
|
||||
- nuget install NUnit.Console -Version 3.9.0 -OutputDirectory testrunner
|
||||
script:
|
||||
- msbuild /p:Configuration=Release -Version 3.9.0 encompass-cs.sln
|
||||
- msbuild /p:Configuration=Release encompass-cs.sln
|
||||
- mono ./testrunner/NUnit.ConsoleRunner.3.9.0/tools/nunit3-console.exe ./test/bin/Release/netcoreapp2.1/EncompassECS.Framework.Tests.dll
|
||||
|
|
Loading…
Reference in New Issue