Update .gitlab-ci.yml

This commit is contained in:
LibretroAdmin 2023-02-21 19:04:50 +01:00 committed by GitHub
parent 175f00d527
commit 522d44556f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 2 deletions

View File

@ -55,6 +55,10 @@ include:
- project: 'libretro-infrastructure/ci-templates'
file: '/ps2-static.yml'
# PlayStation3
- project: 'libretro-infrastructure/ci-templates'
file: '/psl1ght-static.yml'
# PlayStation Portable
- project: 'libretro-infrastructure/ci-templates'
file: '/psp-static.yml'
@ -194,6 +198,12 @@ libretro-build-ps2:
- .libretro-ps2-static-retroarch-master
- .core-defs
# PlayStation3
libretro-build-psl1ght:
extends:
- .libretro-psl1ght-static-retroarch-master
- .core-defs
# PlayStation Portable
libretro-build-psp:
extends: