travis: simple build config

This commit is contained in:
Alam Ed Arias 2016-02-05 18:39:06 -05:00
parent 662d40511d
commit 69937b41d2
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
language: c
os:
- linux
#- osx
compiler:
- gcc
- clang
addons:
apt:
packages:
- libsdl-mixer2-dev
- libpng-dev
- libglu1-dev
before_install:
- $(CC) --version
- cmake --version
before_script:
- mkdir build
- cd build
- cmake ..