diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33aef29..a8ca2b6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -64,6 +64,14 @@ include: file: '/ios9.yml' ################################## CONSOLES ################################ + # 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' @@ -72,10 +80,6 @@ include: - project: 'libretro-infrastructure/ci-templates' file: '/vita-static.yml' - # PlayStation2 - - project: 'libretro-infrastructure/ci-templates' - file: '/ps2-static.yml' - # Nintendo 3DS - project: 'libretro-infrastructure/ci-templates' file: '/ctr-static.yml' @@ -239,6 +243,12 @@ libretro-build-ps2: extends: - .libretro-ps2-static-retroarch-master - .core-defs + +# PlayStation3 +libretro-build-psl1ght: + extends: + - .libretro-psl1ght-static-retroarch-master + - .core-defs # Nintendo 3DS libretro-build-ctr: