mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
22 lines
198 B
YAML
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
|