Add Apple ARM64 rules

This commit is contained in:
twinaphex
2021-01-15 19:17:25 +01:00
parent b0d4d4a856
commit d14e4155f9
2 changed files with 22 additions and 4 deletions

View File

@@ -34,6 +34,11 @@ include:
- project: 'libretro-infrastructure/ci-templates'
file: '/osx-x64.yml'
# MacOS ARM 64-bit
- project: 'libretro-infrastructure/ci-templates'
ref: 'macosx-arm64'
file: '/osx-arm64.yml'
################################## CELLULAR ################################
# Android
- project: 'libretro-infrastructure/ci-templates'
@@ -126,6 +131,12 @@ libretro-build-osx-x64:
- .libretro-osx-x64-make-default
- .core-defs
# MacOS ARM 64-bit
libretro-build-osx-arm64:
extends:
- .libretro-osx-arm64-make-default
- .core-defs
################################### CELLULAR #################################
# Android ARMv7a
android-armeabi-v7a: