From 8b7e8d463441018247eba735b2e596f679ff83dd Mon Sep 17 00:00:00 2001 From: Yoshi Sugawara Date: Sun, 7 Mar 2021 17:06:36 -1000 Subject: [PATCH] add back ios9 target --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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: