From 4e1a31728518c973412ab65fe887e77be601f166 Mon Sep 17 00:00:00 2001 From: Craig Carnell <1188869+cscd98@users.noreply.github.com> Date: Thu, 2 Apr 2026 22:55:57 +0100 Subject: [PATCH] libretro: add webOS to CI --- .gitlab-ci.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c0d7254..3194a32 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,7 +47,12 @@ include: # Nintendo 3DS #- project: 'libretro-infrastructure/ci-templates' # file: '/ctr-static-cmake.yml' - + + #################################### MISC ################################## + # webOS (LGTV) + - project: 'libretro-infrastructure/ci-templates' + file: '/webos-cmake.yml' + # Stages for building stages: - build-prepare @@ -138,3 +143,10 @@ libretro-build-tvos-arm64: #extends: #- .libretro-ctr-static-cmake-retroarch-master #- .core-defs + +#################################### MISC #################################### +# webOS +libretro-build-webos-armv7a: + extends: + - .libretro-webos-armv7a-cmake + - .core-defs