diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4a2d61bd..4146a00b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,6 +38,11 @@ include: ################################## CONSOLES ################################ + #################################### MISC ################################## + # webOS 32-bit (LGTV) + - project: 'libretro-infrastructure/ci-templates' + file: '/webos-make.yml' + # Stages for building stages: - build-prepare @@ -99,3 +104,10 @@ android-x86: - .core-defs ################################### CONSOLES ################################# + +#################################### MISC ################################## +# webOS 32-bit +libretro-build-webos-armv7a: + extends: + - .libretro-webos-armv7a-make-default + - .core-defs