diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2e111a8..3967fdb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,6 +59,10 @@ include: - project: 'libretro-infrastructure/ci-templates' file: '/ios-arm64.yml' + # iOS (armv7) + - project: 'libretro-infrastructure/ci-templates' + file: '/ios9.yml' + ################################## CONSOLES ################################ # PlayStation Portable - project: 'libretro-infrastructure/ci-templates' @@ -201,6 +205,12 @@ libretro-build-ios-arm64: - .libretro-ios-arm64-make-default - .core-defs +# iOS (armv7) +libretro-build-ios9: + extends: + - .libretro-ios9-make-default + - .core-defs + ################################### CONSOLES ################################# # PlayStation Portable libretro-build-psp: