mirror of
https://github.com/holub/mame
synced 2025-08-01 06:07:31 +03:00
14 lines
132 B
YAML
14 lines
132 B
YAML
language: c
|
|
|
|
compiler:
|
|
- clang
|
|
- gcc
|
|
|
|
script:
|
|
- "make"
|
|
|
|
notifications:
|
|
email: false
|
|
irc:
|
|
- "irc.freenode.net#node-ci"
|