Revision 1dc281b15a12c5b217d1a14511b6b8c5baedcead authored by Wenzel Jakob on 26 June 2016, 20:14:38 UTC, committed by Wenzel Jakob on 26 June 2016, 21:37:14 UTC
1 parent 495c628
.appveyor.yml
branches:
only:
- ci
- master
skip_tags: true
environment:
matrix:
- BUILD_SHARED_LIBS: ON
- BUILD_SHARED_LIBS: OFF
matrix:
fast_finish: true
build_script:
- mkdir build
- cd build
- cmake -DBUILD_SHARED_LIBS=%BUILD_SHARED_LIBS% ..
- cmake --build .
notifications:
- provider: Email
to:
- ci@glfw.org
- on_build_failure: true
- on_build_success: false
Computing file changes ...