CI file fixes

master
Camilla Berglund ago%!(EXTRA string=10 years)
parent 9ffeae554b
commit a6bec2ebdc
  1. 13
      .appveyor.yml
  2. 4
      .travis.yml
  3. 3
      README.md

@ -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

@ -2,7 +2,7 @@ language: c
compiler: clang
branches:
only:
- travis
- ci
- master
os:
- linux
@ -23,6 +23,6 @@ script:
notifications:
email:
recipients:
- travis@glfw.org
- ci@glfw.org
on_success: never
on_failure: always

@ -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

Loading…
Cancel
Save