From 118e2b83873beba1a2f154a8bad8a02bdd8ea98d Mon Sep 17 00:00:00 2001 From: LibretroAdmin <105389611+LibretroAdmin@users.noreply.github.com> Date: Mon, 20 Feb 2023 19:12:06 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 15335186..baa002df 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,7 +68,10 @@ include: file: '/ios9.yml' ################################## CONSOLES ################################ - + # PlayStation3 + - project: 'libretro-infrastructure/ci-templates' + file: '/psl1ght-static.yml' + # PlayStation Vita - project: 'libretro-infrastructure/ci-templates' file: '/vita-static.yml' @@ -225,6 +228,12 @@ libretro-build-tvos-arm64: - .core-defs ################################### CONSOLES ################################# +# PlayStation3 +libretro-build-psl1ght: + extends: + - .libretro-psl1ght-static-retroarch-master + - .core-defs + # PlayStation Vita libretro-build-vita: extends: