glfw/.appveyor.yml

21 lines
444 B
YAML
Raw Normal View History

2016-02-04 13:58:44 +00:00
branches:
only:
- ci
- master
skip_tags: true
2016-02-04 13:05:47 +00:00
environment:
matrix:
- BUILD_SHARED_LIBS: ON
- BUILD_SHARED_LIBS: OFF
2016-02-04 13:58:44 +00:00
matrix:
fast_finish: true
2016-02-04 13:05:47 +00:00
build_script:
- cmake -DBUILD_SHARED_LIBS=%BUILD_SHARED_LIBS% .
- cmake --build .
2016-02-04 13:58:44 +00:00
notifications:
- provider: Email
to:
- ci@glfw.org
- on_build_status_failure: true
- on_build_status_success: false