From 2356aa57d7ccfda6de561f25955440a6a34d08a4 Mon Sep 17 00:00:00 2001 From: Autechre Date: Mon, 19 Oct 2020 22:09:44 +0200 Subject: Update .gitlab-ci.yml --- .gitlab-ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11d2b17..a00fc37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,8 @@ include: - template: Jobs/Code-Quality.gitlab-ci.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' @@ -58,3 +60,8 @@ libretro-build-vita: extends: - .core-defs - .libretro-vita-static-retroarch-master + +libretro-build-psp: + extends: + - .core-defs + - .libretro-psp-static-retroarch-master -- cgit v1.2.3