From abe6e3d232b51b65a08df5a4c18109fcca0f495c Mon Sep 17 00:00:00 2001 From: Autechre Date: Sun, 18 Oct 2020 19:20:16 +0200 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c581253..014629e 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: '/ps2-static.yml' - project: 'libretro-infrastructure/ci-templates' @@ -75,6 +77,13 @@ libretro-build-vita: variables: MAKEFILE: Makefile.libretro +libretro-build-psp: + extends: + - .core-defs + - .libretro-psp-static-retroarch-master + variables: + MAKEFILE: Makefile.libretro + libretro-build-ps2: extends: - .core-defs