From a6bec2ebdc66427741cdedf75723077b7ea86eb2 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 4 Feb 2016 14:58:44 +0100 Subject: [PATCH] CI file fixes --- .appveyor.yml | 13 +++++++++++++ .travis.yml | 8 ++++---- README.md | 3 ++- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index e344470c..621c9ab7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -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 diff --git a/.travis.yml b/.travis.yml index 197cacd4..bd448dd9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: c compiler: clang branches: only: - - travis + - ci - master os: - linux @@ -21,8 +21,8 @@ script: - cmake -DBUILD_SHARED_LIBS=${BUILD_SHARED_LIBS} . - cmake --build . notifications: - email: - recipients: - - travis@glfw.org + email: + recipients: + - ci@glfw.org on_success: never on_failure: always diff --git a/README.md b/README.md index d070edcd..b9eb5576 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # GLFW -[![Build Status](https://travis-ci.org/glfw/glfw.svg?branch=master)](https://travis-ci.org/glfw/glfw) +[![Build status](https://travis-ci.org/glfw/glfw.svg?branch=master)](https://travis-ci.org/glfw/glfw) +[![Build status](https://ci.appveyor.com/api/projects/status/0kf0ct9831i5l6sp/branch/master?svg=true)](https://ci.appveyor.com/project/elmindreda/glfw) ## Introduction