mirror of
https://github.com/holub/mame
synced 2025-04-16 21:44:32 +03:00
Add travis-ci support
This commit is contained in:
parent
7d6c5eb55a
commit
4d1cfc554d
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,6 +3,7 @@
|
|||||||
!/*/
|
!/*/
|
||||||
!/.gitattributes
|
!/.gitattributes
|
||||||
!/.gitignore
|
!/.gitignore
|
||||||
|
!/.travis.yml
|
||||||
!/makefile
|
!/makefile
|
||||||
!/mame.doxygen
|
!/mame.doxygen
|
||||||
!/*.md
|
!/*.md
|
||||||
|
10
.travis.yml
Normal file
10
.travis.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user