mirror of
https://github.com/holub/mame
synced 2025-04-15 21:16:28 +03:00
try specific build and use tiny build just for testing (nw)
This commit is contained in:
parent
e6b29e8cd5
commit
cd1751b02c
@ -19,8 +19,9 @@ matrix:
|
||||
- os: osx
|
||||
compiler: gcc
|
||||
env:
|
||||
- SUBTARGET=arcade MAME=mamearcade64 LDOPTS="-Wl,-no-keep-memory"
|
||||
- SUBTARGET=mess MAME=mess64
|
||||
- SUBTARGET=tiny MAME=mametiny64
|
||||
# - SUBTARGET=arcade MAME=mamearcade64 LDOPTS="-Wl,-no-keep-memory"
|
||||
# - SUBTARGET=mess MAME=mess64
|
||||
script:
|
||||
- if [ $TRAVIS_OS_NAME == 'linux' ]; then
|
||||
if [ $CC == 'clang' ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user