diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c9e7c91..32156e6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,6 +49,11 @@ include: - 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 @@ -141,3 +146,10 @@ libretro-build-ctr: extends: - .libretro-ctr-static-cmake-retroarch-master - .core-defs + +#################################### MISC #################################### +# webOS +libretro-build-webos-armv7a: + extends: + - .libretro-webos-armv7a-cmake + - .core-defs