From 49d6efa3d15dba00ad2072a4474e8fb7ae830715 Mon Sep 17 00:00:00 2001 From: Francisco Javier Trujillo Mata Date: Sun, 25 Jul 2021 20:01:36 +0200 Subject: [PATCH] Add PS2 to the CI for compilation --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3586234..1afd70d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -172,6 +172,12 @@ libretro-build-tvos-arm64: - .core-defs ################################### CONSOLES ################################# +# PlayStation 2 +libretro-build-ps2: + extends: + - .libretro-ps2-static-retroarch-master + - .core-defs + # PlayStation Portable libretro-build-psp: extends: