libevent/appveyor.yml
Joakim Söderberg 5f89c37e00 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**
2015-02-05 19:24:19 +01:00

7 lines
103 B
YAML

build_script:
- md build
- cd build
- cmake ..
- cmake --build .
- ctest --output-on-failure