From b144a9f9398fc4fd3de0188b8a0808b179993d94 Mon Sep 17 00:00:00 2001 From: Francisco Javier Trujillo Mata Date: Sat, 6 Feb 2021 13:21:33 +0100 Subject: Add PS2 compilation to GitLab CI --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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: -- cgit v1.2.3