more travis!
parent
cec5c570b1
commit
72297a69ff
|
@ -1,10 +1,11 @@
|
||||||
dist: xenial
|
dist: xenial
|
||||||
language: csharp
|
language: csharp
|
||||||
solution: encompass-cs.sln
|
solution: encompass-cs.sln
|
||||||
|
mono: none
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- nuget restore encompass-cs.sln
|
- nuget restore encompass-cs.sln
|
||||||
- nuget install NUnit.Console -OutputDirectory testrunner
|
- nuget install NUnit.Console -Version 3.9.0 -OutputDirectory testrunner
|
||||||
script:
|
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
|
- 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