From d58181e0b1ed6003be377ff5f0708a41c932c966 Mon Sep 17 00:00:00 2001 From: Autechre Date: Mon, 19 Oct 2020 22:10:42 +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 4cc262d..ea78f07 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' @@ -57,3 +59,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