mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
5f89c37e00
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**
7 lines
103 B
YAML
7 lines
103 B
YAML
build_script:
|
|
- md build
|
|
- cd build
|
|
- cmake ..
|
|
- cmake --build .
|
|
- ctest --output-on-failure
|