mirror of
https://github.com/holub/mame
synced 2025-04-15 21:16:28 +03:00
Add arm64 and s390x to travis CI
This commit is contained in:
parent
791ad8dfde
commit
4bed38f9b4
29
.travis.yml
29
.travis.yml
@ -1,20 +1,23 @@
|
|||||||
language: cpp
|
language: cpp
|
||||||
compiler:
|
|
||||||
- gcc
|
|
||||||
- clang
|
|
||||||
os:
|
|
||||||
- linux
|
|
||||||
- osx
|
|
||||||
dist: bionic
|
dist: bionic
|
||||||
osx_image: xcode11.5
|
jobs:
|
||||||
matrix:
|
include:
|
||||||
exclude:
|
|
||||||
- os: osx
|
- os: osx
|
||||||
compiler: gcc
|
osx_image: xcode11.5
|
||||||
- os: linux
|
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env:
|
env: SUBTARGET=tiny MAME=mametiny64
|
||||||
- SUBTARGET=tiny MAME=mametiny64
|
- os: linux
|
||||||
|
arch: amd64
|
||||||
|
compiler: gcc
|
||||||
|
env: SUBTARGET=tiny MAME=mametiny64
|
||||||
|
- os: linux
|
||||||
|
arch: arm64
|
||||||
|
compiler: gcc
|
||||||
|
env: SUBTARGET=tiny MAME=mametiny
|
||||||
|
- os: linux
|
||||||
|
arch: s390x
|
||||||
|
compiler: gcc
|
||||||
|
env: SUBTARGET=tiny MAME=mametiny64
|
||||||
script:
|
script:
|
||||||
- if [ $TRAVIS_OS_NAME == 'linux' ]; then
|
- if [ $TRAVIS_OS_NAME == 'linux' ]; then
|
||||||
if [ $CC == 'clang' ]; then
|
if [ $CC == 'clang' ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user