@@ -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:
+ - [email protected]
+ - on_build_status_failure: true
+ - on_build_status_success: false
@@ -2,7 +2,7 @@ language: c
compiler: clang
branches:
only:
- - travis
- master
os:
- linux
@@ -21,8 +21,8 @@ script:
- cmake -DBUILD_SHARED_LIBS=${BUILD_SHARED_LIBS} .
notifications:
- email:
- recipients:
- - travis@glfw.org
+ email:
+ recipients:
+ - ci@glfw.org
on_success: never
on_failure: always
@@ -1,6 +1,7 @@
# GLFW
-[](https://travis-ci.org/glfw/glfw)
+[](https://travis-ci.org/glfw/glfw)
+[](https://ci.appveyor.com/project/elmindreda/glfw)
## Introduction