Revision 1dc281b15a12c5b217d1a14511b6b8c5baedcead authored by Wenzel Jakob on 26 June 2016, 20:14:38 UTC, committed by Wenzel Jakob on 26 June 2016, 21:37:14 UTC
1 parent 495c628
.travis.yml
language: c
compiler: clang
branches:
only:
- ci
- master
os:
- linux
- osx
sudo: false
addons:
apt:
sources:
- kubuntu-backports
packages:
- cmake
env:
- BUILD_SHARED_LIBS=ON
- BUILD_SHARED_LIBS=OFF
script:
- mkdir build
- cd build
- cmake -DBUILD_SHARED_LIBS=${BUILD_SHARED_LIBS} ..
- cmake --build .
notifications:
email:
recipients:
- ci@glfw.org
on_success: never
on_failure: always
Computing file changes ...