From 703d0566858bf693996213af7b2a438636d8d991 Mon Sep 17 00:00:00 2001 From: LibretroAdmin <105389611+LibretroAdmin@users.noreply.github.com> Date: Mon, 20 Feb 2023 19:13:44 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a10911b..928f174 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -63,6 +63,10 @@ include: file: '/ios9.yml' ################################## CONSOLES ################################ + # PlayStation3 + - project: 'libretro-infrastructure/ci-templates' + file: '/psl1ght-static.yml' + # PlayStation Portable - project: 'libretro-infrastructure/ci-templates' file: '/psp-static.yml' @@ -217,6 +221,12 @@ libretro-build-tvos-arm64: - .core-defs ################################### CONSOLES ################################# +# PlayStation3 +libretro-build-psl1ght: + extends: + - .libretro-psl1ght-static-retroarch-master + - .core-defs + # PlayStation Portable libretro-build-psp: extends: