diff options
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a26418..415dcfb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,6 +50,10 @@ include: # PlayStation Vita - project: 'libretro-infrastructure/ci-templates' file: '/vita-static.yml' + + # PlayStation PS2 + - project: 'libretro-infrastructure/ci-templates' + file: '/ps2-static.yml' # Nintendo 3DS - project: 'libretro-infrastructure/ci-templates' @@ -157,6 +161,12 @@ libretro-build-vita: - .libretro-vita-static-retroarch-master - .core-defs +# PlayStation 2 +libretro-build-ps2: + extends: + - .libretro-ps2-static-retroarch-master + - .core-defs + # Nintendo 3DS libretro-build-ctr: extends: |