Add initial Travis CI file

This commit is contained in:
Camilla Berglund 2015-04-14 23:47:17 +02:00
parent f22edf13dc
commit f21ac15c6c
2 changed files with 21 additions and 0 deletions

19
.travis.yml Normal file
View File

@ -0,0 +1,19 @@
language: c
compiler: clang
before_install:
- sudo apt-add-repository ppa:irie/cmake -y
- sudo apt-get update -q
- sudo apt-get install cmake xorg-dev libglu1-mesa-dev
branches:
only:
- travis
- master
script:
- cmake .
- make
notifications:
email:
recipients:
- travis@glfw.org
on_success: never
on_failure: always

View File

@ -1,5 +1,7 @@
# GLFW
[![Build Status](https://travis-ci.org/glfw/glfw.svg?branch=master)](https://travis-ci.org/glfw/glfw)
## Introduction
GLFW is a free, Open Source, multi-platform library for OpenGL and OpenGL ES