Add support for appveyor.com windows CI

This does the same thing as Travis-CI but for windows.

@nmathewson
Go to: https://ci.appveyor.com/login -> Login using Github
Click **+New Project** -> Choose **Github** to the left -> Find **Libevent** in the list and click **Add**
This commit is contained in:
Joakim Söderberg 2015-02-05 19:24:19 +01:00
parent deca354cba
commit 5f89c37e00

6
appveyor.yml Normal file
View File

@ -0,0 +1,6 @@
build_script:
- md build
- cd build
- cmake ..
- cmake --build .
- ctest --output-on-failure