We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b66d2b commit 5f67da2Copy full SHA for 5f67da2
1 file changed
.gitlab-ci.yml
@@ -111,6 +111,9 @@ include:
111
file: '/tvos-arm64.yml'
112
113
#################################### MISC ##################################
114
+ # webOS 32-bit (LGTV)
115
+ - project: 'libretro-infrastructure/ci-templates'
116
+ file: '/webos-make.yml'
117
118
# Stages for building
119
stages:
@@ -286,3 +289,10 @@ libretro-build-miyoo-arm32:
286
289
extends:
287
290
- .libretro-miyoo-arm32-make-default
288
291
- .core-defs
292
+
293
+#################################### MISC ##################################
294
+# webOS 32-bit
295
+libretro-build-webos-armv7a:
296
+ extends:
297
+ - .libretro-webos-armv7a-make-default
298
+ - .core-defs
0 commit comments