Initial Travis CI file

This commit is contained in:
Duilio Protti 2016-07-03 12:09:59 -03:00
parent d80056a233
commit a2daa1912a
1 changed files with 15 additions and 0 deletions

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
language: c
os: linux
sudo: required
dist: xenial
before_install:
- sudo apt -y install audacious-dev libsdl2-dev libglib2.0-dev
script:
- ./autogen.sh
- make
compiler:
- clang
- gcc
notifications:
email:
- dprotti@gmail.com