maybe this will work!!!

pull/5/head
Evan Hemsley 2019-06-20 00:28:12 -07:00
parent 8e17ad7331
commit b129b20667
1 changed files with 3 additions and 4 deletions

View File

@ -2,10 +2,9 @@ dist: xenial
language: csharp
solution: encompass-cs.sln
before_install:
- sudo apt-get install nunit-console
before_script:
install:
- nuget restore encompass-cs.sln
- nuget install NUnit.Runners -Version 3.2.0 -OutputDirectory testrunner
script:
- 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