Update AppVeyor config for NUnit 3.x

This follows the instructions at:

https://www.appveyor.com/docs/running-tests#nunit-3-x

and should enable reporting test results to AppVeyor, too.
This commit is contained in:
Piët Delport
2015-12-28 16:49:38 +02:00
parent 7f51a69eb5
commit 8399ec721e

View File

@@ -50,7 +50,7 @@ before_test:
}
test_script:
- nunit-console-x86.exe OpenRA.Test.dll
- nunit3-console OpenRA.Test.dll --result=myresults.xml;format=AppVeyor
after_test:
- choco install pandoc -y