mame/3rdparty/genie/.travis.yml

21 lines
206 B
YAML
Raw Normal View History

2015-05-27 12:06:10 +02:00
language: cpp
matrix:
include:
- compiler: gcc
os: linux
- compiler: clang
os: osx
2015-05-27 12:06:10 +02:00
script:
make
2015-05-27 12:06:10 +02:00
branches:
only:
- master
notifications:
email: false
osx_image:
xcode61