mame/3rdparty/genie/.travis.yml
2015-05-27 12:06:10 +02:00

22 lines
198 B
YAML

language: cpp
compiler:
- gcc
- clang
script:
make -C build/gmake.linux clean all
branches:
only:
- master
notifications:
email: false
os:
- linux
- osx
osx_image:
xcode61