parent
9ffeae554b
commit
a6bec2ebdc
3 changed files with 19 additions and 5 deletions
@ -1,7 +1,20 @@ |
||||
branches: |
||||
only: |
||||
- ci |
||||
- master |
||||
skip_tags: true |
||||
environment: |
||||
matrix: |
||||
- BUILD_SHARED_LIBS: ON |
||||
- BUILD_SHARED_LIBS: OFF |
||||
matrix: |
||||
fast_finish: true |
||||
build_script: |
||||
- cmake -DBUILD_SHARED_LIBS=%BUILD_SHARED_LIBS% . |
||||
- cmake --build . |
||||
notifications: |
||||
- provider: Email |
||||
to: |
||||
- ci@glfw.org |
||||
- on_build_status_failure: true |
||||
- on_build_status_success: false |
||||
|
Loading…
Reference in New Issue