Initial Travis CI file
This commit is contained in:
parent
d80056a233
commit
a2daa1912a
|
@ -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
|
Loading…
Reference in New Issue