mirror of
https://github.com/holub/mame
synced 2025-08-06 16:40:53 +03:00
23 lines
198 B
YAML
23 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
|