mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
CI file fixes
This commit is contained in:
parent
9ffeae554b
commit
a6bec2ebdc
@ -1,7 +1,20 @@
|
|||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- ci
|
||||||
|
- master
|
||||||
|
skip_tags: true
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- BUILD_SHARED_LIBS: ON
|
- BUILD_SHARED_LIBS: ON
|
||||||
- BUILD_SHARED_LIBS: OFF
|
- BUILD_SHARED_LIBS: OFF
|
||||||
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
build_script:
|
build_script:
|
||||||
- cmake -DBUILD_SHARED_LIBS=%BUILD_SHARED_LIBS% .
|
- cmake -DBUILD_SHARED_LIBS=%BUILD_SHARED_LIBS% .
|
||||||
- cmake --build .
|
- 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
|
compiler: clang
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- travis
|
- ci
|
||||||
- master
|
- master
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
@ -21,8 +21,8 @@ script:
|
|||||||
- cmake -DBUILD_SHARED_LIBS=${BUILD_SHARED_LIBS} .
|
- cmake -DBUILD_SHARED_LIBS=${BUILD_SHARED_LIBS} .
|
||||||
- cmake --build .
|
- cmake --build .
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
recipients:
|
recipients:
|
||||||
- travis@glfw.org
|
- ci@glfw.org
|
||||||
on_success: never
|
on_success: never
|
||||||
on_failure: always
|
on_failure: always
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
# GLFW
|
# 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
|
## Introduction
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user