Update .gitlab-ci.yml

This commit is contained in:
LibretroAdmin
2023-02-20 19:08:22 +01:00
committed by GitHub
parent 125e2ab6d7
commit 0867e83383

View File

@@ -64,6 +64,10 @@ include:
file: '/ios9.yml'
################################## CONSOLES ################################
# PlayStation3
- project: 'libretro-infrastructure/ci-templates'
file: '/psl1ght-static.yml'
# PlayStation Portable
- project: 'libretro-infrastructure/ci-templates'
file: '/psp-static.yml'
@@ -210,6 +214,12 @@ libretro-build-tvos-arm64:
- .core-defs
################################### CONSOLES #################################
# PlayStation3
libretro-build-psl1ght:
extends:
- .libretro-psl1ght-static-retroarch-master
- .core-defs
# PlayStation Portable
libretro-build-psp:
extends: