mirror of
https://github.com/libretro/mame2010-libretro.git
synced 2024-11-27 01:51:49 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
9314196b00
commit
e348fdbf4d
@ -39,6 +39,14 @@ include:
|
||||
- project: 'libretro-infrastructure/ci-templates'
|
||||
file: '/linux-i686.yml'
|
||||
|
||||
# MacOS 64-bit
|
||||
- project: 'libretro-infrastructure/ci-templates'
|
||||
file: '/osx-x64.yml'
|
||||
|
||||
# MacOS ARM 64-bit
|
||||
- project: 'libretro-infrastructure/ci-templates'
|
||||
file: '/osx-arm64.yml'
|
||||
|
||||
################################## CELLULAR ################################
|
||||
# Android
|
||||
- project: 'libretro-infrastructure/ci-templates'
|
||||
@ -100,6 +108,32 @@ libretro-build-linux-i686:
|
||||
AR: ar
|
||||
NATIVELD: ld
|
||||
LD: ld
|
||||
|
||||
# MacOS 64-bit
|
||||
libretro-build-osx-x64:
|
||||
extends:
|
||||
- .libretro-osx-x64-make-default
|
||||
- .core-defs-ptr64-null
|
||||
variables:
|
||||
CC: clang++
|
||||
CXX: clang++
|
||||
CC_AS: clang
|
||||
AR: ar
|
||||
NATIVELD: ld
|
||||
LD: ld
|
||||
|
||||
# MacOS ARM 64-bit
|
||||
libretro-build-osx-arm64:
|
||||
extends:
|
||||
- .libretro-osx-arm64-make-default
|
||||
- .core-defs-ptr64-null
|
||||
variables:
|
||||
CC: clang++
|
||||
CXX: clang++
|
||||
CC_AS: clang
|
||||
AR: ar
|
||||
NATIVELD: ld
|
||||
LD: ld
|
||||
|
||||
################################### CELLULAR #################################
|
||||
# Android ARMv7a
|
||||
|
Loading…
Reference in New Issue
Block a user