From c795a25647614ee68cc3c8c187566fae3acfde60 Mon Sep 17 00:00:00 2001 From: LibretroAdmin <105389611+LibretroAdmin@users.noreply.github.com> Date: Mon, 20 Feb 2023 21:55:13 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33aef29..a8ca2b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,6 +64,14 @@ include: file: '/ios9.yml' ################################## CONSOLES ################################ + # 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' @@ -72,10 +80,6 @@ include: - project: 'libretro-infrastructure/ci-templates' file: '/vita-static.yml' - # PlayStation2 - - project: 'libretro-infrastructure/ci-templates' - file: '/ps2-static.yml' - # Nintendo 3DS - project: 'libretro-infrastructure/ci-templates' file: '/ctr-static.yml' @@ -239,6 +243,12 @@ libretro-build-ps2: extends: - .libretro-ps2-static-retroarch-master - .core-defs + +# PlayStation3 +libretro-build-psl1ght: + extends: + - .libretro-psl1ght-static-retroarch-master + - .core-defs # Nintendo 3DS libretro-build-ctr: