From a4023482255a5fe6847ac54994ddb3487509dd22 Mon Sep 17 00:00:00 2001 From: Craig Carnell <1188869+cscd98@users.noreply.github.com> Date: Thu, 2 Apr 2026 22:03:36 +0100 Subject: [PATCH] libretro: add webOS to CI --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a585eaa..581eac4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -88,6 +88,9 @@ include: file: '/tvos-arm64.yml' #################################### MISC ################################## + # webOS 32-bit (LGTV) + - project: 'libretro-infrastructure/ci-templates' + file: '/webos-make.yml' # Stages for building stages: @@ -246,3 +249,9 @@ libretro-build-miyoo-arm32: - .libretro-miyoo-arm32-make-default - .core-defs +#################################### MISC #################################### +# webOS 32-bit +libretro-build-webos-armv7a: + extends: + - .libretro-webos-armv7a-make-default + - .core-defs