diff options
author | twinaphex | 2021-01-29 09:05:47 +0100 |
---|---|---|
committer | twinaphex | 2021-01-29 09:05:47 +0100 |
commit | 53f1c80a3f17ec2c0d49da9b4176e6d8117b963f (patch) | |
tree | 8f5eb0db95476eb34f411ff708ac852023bf4ff2 | |
parent | 18307e0c4ac28c81528705c4dd3011c2e03c9800 (diff) | |
download | snes9x2005-53f1c80a3f17ec2c0d49da9b4176e6d8117b963f.tar.gz snes9x2005-53f1c80a3f17ec2c0d49da9b4176e6d8117b963f.tar.bz2 snes9x2005-53f1c80a3f17ec2c0d49da9b4176e6d8117b963f.zip |
(MacOS) Add ARM 64bit support
-rw-r--r-- | .gitlab-ci.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b8568f..19ffa32 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,6 +39,10 @@ include: - 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' @@ -126,6 +130,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: @@ -228,6 +238,12 @@ libretro-build-osx-x64-plus: - .libretro-osx-x64-make-default - .core-defs-plus +# MacOS ARM 64-bit +libretro-build-osx-arm64-plus: + extends: + - .libretro-osx-arm64-make-default + - .core-defs-plus + ################################### CELLULAR ################################# # Android ARMv7a android-armeabi-v7a-plus: |