Merge pull request #423 from vheuken/master

Added .travis.yml file for automatic build tests with Travis CI
This commit is contained in:
Laurent Gomila 2013-07-09 23:59:17 -07:00
commit 5552cd5cc5

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: cpp
compiler:
- gcc
before_script:
- sudo apt-get install libpthread-stubs0-dev libgl1-mesa-dev libx11-dev
- sudo apt-get install libxrandr-dev libfreetype6-dev libglew1.5-dev
- sudo apt-get install libjpeg8-dev libgpgme11-dev libsndfile1-dev libopenal-dev
- cmake .
script:
- make -j4