From 9bf47c51aa4bc21da71b33fc45e4bb5e0363e66c Mon Sep 17 00:00:00 2001 From: Craig Carnell <1188869+cscd98@users.noreply.github.com> Date: Thu, 2 Apr 2026 13:42:19 +0100 Subject: [PATCH] libretro: add webOS to CI --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96c2b2a..220c0f6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,6 +43,11 @@ include: - project: 'libretro-infrastructure/ci-templates' file: '/wiiu-static.yml' + #################################### MISC ################################## + # webOS 32-bit (LGTV) + - project: 'libretro-infrastructure/ci-templates' + file: '/webos-make.yml' + # Stages for building stages: - build-prepare @@ -96,3 +101,10 @@ libretro-build-wiiu: extends: - .libretro-wiiu-static-retroarch-master - .core-defs + +#################################### MISC #################################### +# webOS 32-bit +libretro-build-webos-armv7a: + extends: + - .libretro-webos-armv7a-make-default + - .core-defs