From 8ce851fbca0d360763a267322f6a76c3c80ddae6 Mon Sep 17 00:00:00 2001 From: Autechre Date: Sun, 18 Oct 2020 16:31:15 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5c4b634..5f4b3de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,6 +9,8 @@ include: file: '/libnx-static.yml' - project: 'libretro-infrastructure/ci-templates' file: '/vita-static.yml' + - project: 'libretro-infrastructure/ci-templates' + file: '/psp-static.yml' - project: 'libretro-infrastructure/ci-templates' file: '/linux-x64.yml' - project: 'libretro-infrastructure/ci-templates' @@ -64,3 +66,8 @@ libretro-build-vita: extends: - .core-defs - .libretro-vita-static-retroarch-master + +libretro-build-psp: + extends: + - .core-defs + - .libretro-psp-static-retroarch-master