mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-13 22:37:42 -04:00
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:
parent
deca354cba
commit
5f89c37e00
6
appveyor.yml
Normal file
6
appveyor.yml
Normal file
@ -0,0 +1,6 @@
|
||||
build_script:
|
||||
- md build
|
||||
- cd build
|
||||
- cmake ..
|
||||
- cmake --build .
|
||||
- ctest --output-on-failure
|
Loading…
x
Reference in New Issue
Block a user