lets try dotnet
parent
b129b20667
commit
f94d2c018f
|
@ -1,10 +1,9 @@
|
||||||
dist: xenial
|
dist: xenial
|
||||||
language: csharp
|
language: csharp
|
||||||
solution: encompass-cs.sln
|
solution: encompass-cs.sln
|
||||||
|
mono: none
|
||||||
|
dotnet: 2.1.502
|
||||||
|
|
||||||
install:
|
|
||||||
- nuget restore encompass-cs.sln
|
|
||||||
- nuget install NUnit.Runners -Version 3.2.0 -OutputDirectory testrunner
|
|
||||||
script:
|
script:
|
||||||
- msbuild /p:Configuration=Release encompass-cs.sln
|
- dotnet restore
|
||||||
- mono ./testrunner/NUnit.ConsoleRunner.3.2.0/tools/nunit3-console.exe ./test/bin/Release/netcoreapp2.1/EncompassECS.Framework.Tests.dll
|
- dotnet test
|
||||||
|
|
Loading…
Reference in New Issue