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