mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 09:01:46 +00:00
645b8c3bba
(cherry picked from commit 0ccb690853
)
25 lines
503 B
YAML
25 lines
503 B
YAML
branches:
|
|
only:
|
|
- ci
|
|
- master
|
|
- 3.3-stable
|
|
skip_tags: true
|
|
environment:
|
|
CFLAGS: /WX
|
|
matrix:
|
|
- BUILD_SHARED_LIBS: ON
|
|
- BUILD_SHARED_LIBS: OFF
|
|
matrix:
|
|
fast_finish: true
|
|
build_script:
|
|
- mkdir build
|
|
- cd build
|
|
- cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DBUILD_SHARED_LIBS=%BUILD_SHARED_LIBS% ..
|
|
- cmake --build .
|
|
notifications:
|
|
- provider: Email
|
|
to:
|
|
- ci@glfw.org
|
|
on_build_failure: true
|
|
on_build_success: false
|