mirror of
https://github.com/libretro/gambatte-libretro.git
synced 2024-11-23 07:49:48 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
0389826fe4
commit
4874c192c5
@ -63,10 +63,14 @@ include:
|
|||||||
file: '/ios9.yml'
|
file: '/ios9.yml'
|
||||||
|
|
||||||
################################## CONSOLES ################################
|
################################## CONSOLES ################################
|
||||||
# PlayStation 2
|
# PlayStation2
|
||||||
- project: 'libretro-infrastructure/ci-templates'
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
file: '/ps2-static.yml'
|
file: '/ps2-static.yml'
|
||||||
|
|
||||||
|
# PlayStation3
|
||||||
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
|
file: '/psl1ght-static.yml'
|
||||||
|
|
||||||
# PlayStation Portable
|
# PlayStation Portable
|
||||||
- project: 'libretro-infrastructure/ci-templates'
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
file: '/psp-static.yml'
|
file: '/psp-static.yml'
|
||||||
@ -221,12 +225,18 @@ libretro-build-tvos-arm64:
|
|||||||
- .core-defs
|
- .core-defs
|
||||||
|
|
||||||
################################### CONSOLES #################################
|
################################### CONSOLES #################################
|
||||||
# PlayStation 2
|
# PlayStation2
|
||||||
libretro-build-ps2:
|
libretro-build-ps2:
|
||||||
extends:
|
extends:
|
||||||
- .libretro-ps2-static-retroarch-master
|
- .libretro-ps2-static-retroarch-master
|
||||||
- .core-defs
|
- .core-defs
|
||||||
|
|
||||||
|
# PlayStation3
|
||||||
|
libretro-build-ps3:
|
||||||
|
extends:
|
||||||
|
- .libretro-psl1ght-static-retroarch-master
|
||||||
|
- .core-defs
|
||||||
|
|
||||||
# PlayStation Portable
|
# PlayStation Portable
|
||||||
libretro-build-psp:
|
libretro-build-psp:
|
||||||
extends:
|
extends:
|
||||||
|
Loading…
Reference in New Issue
Block a user