diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11d2b17..a00fc37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,8 @@ include: - 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' file: '/windows-x64-mingw.yml' @@ -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 |