1 parent cd46751 commit b16e3a4Copy full SHA for b16e3a4
1 file changed
.gitlab-ci.yml
@@ -97,6 +97,10 @@ include:
97
#- project: 'libretro-infrastructure/ci-templates'
98
# file: '/emscripten-static.yml'
99
100
+ # webOS 32-bit (LGTV)
101
+ - project: 'libretro-infrastructure/ci-templates'
102
+ file: '/webos-make.yml'
103
+
104
# Stages for building
105
stages:
106
- build-prepare
@@ -248,3 +252,9 @@ libretro-build-tvos-arm64:
248
252
# extends:
249
253
# - .libretro-emscripten-static-retroarch-master
250
254
# - .core-defs
255
256
+# webOS 32-bit
257
+libretro-build-webos-armv7a:
258
+ extends:
259
+ - .libretro-webos-armv7a-make-default
260
+ - .core-defs
0 commit comments