maybe this will work!!!
parent
8e17ad7331
commit
b129b20667
|
@ -2,10 +2,9 @@ dist: xenial
|
||||||
language: csharp
|
language: csharp
|
||||||
solution: encompass-cs.sln
|
solution: encompass-cs.sln
|
||||||
|
|
||||||
before_install:
|
install:
|
||||||
- sudo apt-get install nunit-console
|
|
||||||
before_script:
|
|
||||||
- nuget restore encompass-cs.sln
|
- nuget restore encompass-cs.sln
|
||||||
|
- nuget install NUnit.Runners -Version 3.2.0 -OutputDirectory testrunner
|
||||||
script:
|
script:
|
||||||
- msbuild /p:Configuration=Release encompass-cs.sln
|
- msbuild /p:Configuration=Release encompass-cs.sln
|
||||||
- nunit-console ./test/bin/Release/netcoreapp2.1/EncompassECS.Framework.Tests.dll
|
- mono ./testrunner/NUnit.ConsoleRunner.3.2.0/tools/nunit3-console.exe ./test/bin/Release/netcoreapp2.1/EncompassECS.Framework.Tests.dll
|
||||||
|
|
Loading…
Reference in New Issue