Skip to content

Commit b16e3a4

Browse files
cscd98zoltanvb
authored andcommitted
Add webOS build to CI
1 parent cd46751 commit b16e3a4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ include:
9797
#- project: 'libretro-infrastructure/ci-templates'
9898
# file: '/emscripten-static.yml'
9999

100+
# webOS 32-bit (LGTV)
101+
- project: 'libretro-infrastructure/ci-templates'
102+
file: '/webos-make.yml'
103+
100104
# Stages for building
101105
stages:
102106
- build-prepare
@@ -248,3 +252,9 @@ libretro-build-tvos-arm64:
248252
# extends:
249253
# - .libretro-emscripten-static-retroarch-master
250254
# - .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

Comments
 (0)