add AppVeyor support
This commit is contained in:
9
appveyor.yml
Normal file
9
appveyor.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
version: 1.0.{build}
|
||||
before_build:
|
||||
- make dependencies
|
||||
build:
|
||||
project: OpenRA.sln
|
||||
verbosity: minimal
|
||||
test_script:
|
||||
- nunit-console-x86.exe OpenRA.Test.dll
|
||||
deploy: off
|
||||
Reference in New Issue
Block a user