add AppVeyor support

This commit is contained in:
Matthias Mailänder
2014-12-21 20:08:35 +01:00
parent b05fd1664f
commit c42f4d8fcc
2 changed files with 10 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ A Libre/Free Real Time Strategy game engine supporting early Westwood classics.
* Website: [http://www.openra.net](http://www.openra.net)
* IRC: \#openra on irc.freenode.net
* Repository: [https://github.com/OpenRA/OpenRA](https://github.com/OpenRA/OpenRA) [![Build Status](https://travis-ci.org/OpenRA/OpenRA.svg?branch=bleed)](https://travis-ci.org/OpenRA/OpenRA)
* Repository: [https://github.com/OpenRA/OpenRA](https://github.com/OpenRA/OpenRA) [![Travis CI build status](https://travis-ci.org/OpenRA/OpenRA.svg?branch=bleed)](https://travis-ci.org/OpenRA/OpenRA) [![AppVeyor build status](https://ci.appveyor.com/api/projects/status/axc9k6jd25ej2o4w?svg=true)](https://ci.appveyor.com/project/OpenRA/openra)
Please read the [FAQ](http://wiki.openra.net/FAQ) in our [Wiki](http://wiki.openra.net) and report problems at [http://bugs.openra.net](http://bugs.openra.net).

9
appveyor.yml Normal file
View 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