diff options
author | Autechre | 2020-10-19 22:10:42 +0200 |
---|---|---|
committer | GitHub | 2020-10-19 22:10:42 +0200 |
commit | d58181e0b1ed6003be377ff5f0708a41c932c966 (patch) | |
tree | 90c2c148d6c834cfe5399f84d62f3d3704f52c09 | |
parent | 81822080cd484b07dae29add1e6c0cb2bf293262 (diff) | |
download | snes9x2002-d58181e0b1ed6003be377ff5f0708a41c932c966.tar.gz snes9x2002-d58181e0b1ed6003be377ff5f0708a41c932c966.tar.bz2 snes9x2002-d58181e0b1ed6003be377ff5f0708a41c932c966.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 4cc262d..ea78f07 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' @@ -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 |