Add PS2 to the CI

This commit is contained in:
Francisco Javier Trujillo Mata 2021-01-17 16:05:02 +01:00
parent 484b7ebaa7
commit 88dabc6b00

View File

@ -43,6 +43,10 @@ include:
file: '/ios9.yml'
################################## CONSOLES ################################
# PlayStation 2
- project: 'libretro-infrastructure/ci-templates'
file: '/ps2-static.yml'
# PlayStation Portable
- project: 'libretro-infrastructure/ci-templates'
file: '/psp-static.yml'
@ -153,6 +157,12 @@ libretro-build-ios-9:
- .core-defs
################################### CONSOLES #################################
# PlayStation 2
libretro-build-ps2:
extends:
- .libretro-ps2-static-retroarch-master
- .core-defs
# PlayStation Portable
libretro-build-psp:
extends: