Add travis-ci support

This commit is contained in:
Dirk Best 2015-07-10 16:41:08 +02:00
parent 7d6c5eb55a
commit 4d1cfc554d
2 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View File

@ -3,6 +3,7 @@
!/*/
!/.gitattributes
!/.gitignore
!/.travis.yml
!/makefile
!/mame.doxygen
!/*.md

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: cpp
env:
- SUBTARGET=arcade
- SUBTARGET=mess
script: make -j2
sudo: required
before_install:
- sudo add-apt-repository ppa:zoogie/sdl2-snapshots -y
- sudo apt-get update -qq
- sudo apt-get install -y libsdl2-dev libsdl2-ttf-dev libasound2-dev