diff options
author | 2015-12-03 14:15:17 +0100 | |
---|---|---|
committer | 2015-12-03 14:15:17 +0100 | |
commit | cd1751b02cb81928507da874213f9d4ce0b59415 (patch) | |
tree | 5b8894721270c5bc7e02244c7960ab8865d836cf /.travis.yml | |
parent | e6b29e8cd54997e2386d7f3888218e2e6519dcbc (diff) |
try specific build and use tiny build just for testing (nw)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index cd944b402f1..ffd35a6112f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |