summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwinaphex2021-03-09 04:45:35 +0100
committertwinaphex2021-03-09 04:45:35 +0100
commit6a8aa84200eb92a7f3f1b4befb0630d95ad59b8e (patch)
tree8b92a97fe58e64675fbf08ee47245b80c72d5caa
parentd1b8c2d92beced3110f21dcd41ab2b947b701520 (diff)
downloadpicogpsp-6a8aa84200eb92a7f3f1b4befb0630d95ad59b8e.tar.gz
picogpsp-6a8aa84200eb92a7f3f1b4befb0630d95ad59b8e.tar.bz2
picogpsp-6a8aa84200eb92a7f3f1b4befb0630d95ad59b8e.zip
Add ios-arm64/tvos-arm64
-rw-r--r--.gitlab-ci.yml28
1 files changed, 25 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a13a344..a39a36d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,7 +38,11 @@ include:
- project: 'libretro-infrastructure/ci-templates'
file: '/android-jni.yml'
- # iOS 9
+ # iOS
+ - project: 'libretro-infrastructure/ci-templates'
+ file: '/ios-arm64.yml'
+
+ # iOS (armv7)
- project: 'libretro-infrastructure/ci-templates'
file: '/ios9.yml'
@@ -63,6 +67,12 @@ include:
- project: 'libretro-infrastructure/ci-templates'
file: '/dingux-mips32.yml'
+ # tvOS (AppleTV)
+ - project: 'libretro-infrastructure/ci-templates'
+ file: '/tvos-arm64.yml'
+
+ #################################### MISC ##################################
+
# Stages for building
stages:
- build-prepare
@@ -117,11 +127,23 @@ android-x86_64:
- .libretro-android-jni-x86_64
- .core-defs
-# iOS 9
-libretro-build-ios-9:
+# iOS
+libretro-build-ios-arm64:
+ extends:
+ - .libretro-ios-arm64-make-default
+ - .core-defs
+
+# iOS (armv7) [iOS 9 and up]
+libretro-build-ios9:
extends:
- .libretro-ios9-make-default
- .core-defs
+
+# tvOS
+libretro-build-tvos-arm64:
+ extends:
+ - .libretro-tvos-arm64-make-default
+ - .core-defs
################################### CONSOLES #################################
# PlayStation Portable