Skip to content

Commit

Permalink
Merge pull request #1824 from louis-mclaughlin/travis
Browse files Browse the repository at this point in the history
Added travis ci build
  • Loading branch information
seanpaultaylor committed Mar 21, 2016
2 parents 5e2acc3 + 436ffb1 commit b410076
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .travis.yml
@@ -0,0 +1,23 @@
language: cpp
before_script:
- ./install.sh
- mkdir build
- cd build
- cmake ..
script: make
compiler:
- gcc
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- libglu1-mesa-dev
- libogg-dev
- libopenal-dev
- lib32z1-dev
- libgtk2.0-dev
notifications:
email: false
sudo: required
dist: trusty

0 comments on commit b410076

Please sign in to comment.