diff options
author | Autechre | 2020-10-19 22:09:44 +0200 |
---|---|---|
committer | GitHub | 2020-10-19 22:09:44 +0200 |
commit | 2356aa57d7ccfda6de561f25955440a6a34d08a4 (patch) | |
tree | 98b1404144123139aeebb17a9ac108d1b51a58a7 | |
parent | 00d40e98c526234a36973b9814a2420eba5f7cbe (diff) | |
download | snes9x2005-2356aa57d7ccfda6de561f25955440a6a34d08a4.tar.gz snes9x2005-2356aa57d7ccfda6de561f25955440a6a34d08a4.tar.bz2 snes9x2005-2356aa57d7ccfda6de561f25955440a6a34d08a4.zip |
Update .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 |