Add travis.yml.

Add gcc and clang. Override script to prevent "make test" running
This commit is contained in:
Andy Stanton 2015-03-20 14:08:21 +00:00
parent 1c7e8c529b
commit dc27f8e2fe

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: cpp
compiler:
- clang
- gcc
install:
- sudo apt-get -qq update
- sudo apt-get -qq install -y xorg-dev libglu1-mesa-dev cmake
script: cmake . && make