mame/3rdparty/genie/.travis.yml
Miodrag Milanovic f45715a420 Update to latest Genie (nw)
KO Myung-Hun: please send your patches upstream first always.
2015-10-15 11:21:28 +02:00

20 lines
206 B
YAML

language: cpp
matrix:
include:
- compiler: gcc
os: linux
- compiler: clang
os: osx
script:
make
branches:
only:
- master
notifications:
email: false
osx_image:
xcode61