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