From 4874c192c57b9ad1646f04e0652ec28134291308 Mon Sep 17 00:00:00 2001 From: LibretroAdmin <105389611+LibretroAdmin@users.noreply.github.com> Date: Mon, 20 Feb 2023 19:03:40 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d104f1..3c35ef1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,10 +63,14 @@ include: file: '/ios9.yml' ################################## CONSOLES ################################ - # PlayStation 2 + # PlayStation2 - project: 'libretro-infrastructure/ci-templates' file: '/ps2-static.yml' + # PlayStation3 + - project: 'libretro-infrastructure/ci-templates' + file: '/psl1ght-static.yml' + # PlayStation Portable - project: 'libretro-infrastructure/ci-templates' file: '/psp-static.yml' @@ -221,12 +225,18 @@ libretro-build-tvos-arm64: - .core-defs ################################### CONSOLES ################################# -# PlayStation 2 +# PlayStation2 libretro-build-ps2: extends: - .libretro-ps2-static-retroarch-master - .core-defs +# PlayStation3 +libretro-build-ps3: + extends: + - .libretro-psl1ght-static-retroarch-master + - .core-defs + # PlayStation Portable libretro-build-psp: extends: