Skip to content

Commit 49e7c59

Browse files
authored
Update .gitlab-ci.yml
1 parent d09b2c2 commit 49e7c59

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitlab-ci.yml

+11
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ include:
3838
- project: 'libretro-infrastructure/ci-templates'
3939
file: '/android-jni.yml'
4040

41+
# iOS 9
42+
- project: 'libretro-infrastructure/ci-templates'
43+
file: '/ios9.yml'
44+
4145
################################## CONSOLES ################################
4246
# Nintendo 3DS
4347
- project: 'libretro-infrastructure/ci-templates'
@@ -129,6 +133,13 @@ android-x86:
129133
- .libretro-android-jni-x86
130134
- .core-defs
131135

136+
# iOS 9
137+
libretro-build-ios-9:
138+
extends:
139+
- .libretro-ios9-make-default
140+
- .core-defs
141+
142+
132143
################################### CONSOLES #################################
133144
# PlayStation Portable
134145
libretro-build-psp:

0 commit comments

Comments
 (0)