try specific build and use tiny build just for testing (nw)

This commit is contained in:
Miodrag Milanovic 2015-12-03 14:15:17 +01:00
parent e6b29e8cd5
commit cd1751b02c

View File

@ -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