Update .gitlab-ci.yml

This commit is contained in:
LibretroAdmin 2023-02-20 19:03:40 +01:00 committed by GitHub
parent 0389826fe4
commit 4874c192c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,10 +63,14 @@ include:
file: '/ios9.yml'
################################## CONSOLES ################################
# PlayStation 2
# PlayStation2
- 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'
@ -221,12 +225,18 @@ libretro-build-tvos-arm64:
- .core-defs
################################### CONSOLES #################################
# PlayStation 2
# PlayStation2
libretro-build-ps2:
extends:
- .libretro-ps2-static-retroarch-master
- .core-defs
# PlayStation3
libretro-build-ps3:
extends:
- .libretro-psl1ght-static-retroarch-master
- .core-defs
# PlayStation Portable
libretro-build-psp:
extends: