Skip to content

Commit 5f67da2

Browse files
committed
libretro: add webOS to CI
1 parent 9b66d2b commit 5f67da2

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
@@ -111,6 +111,9 @@ include:
111111
file: '/tvos-arm64.yml'
112112

113113
#################################### MISC ##################################
114+
# webOS 32-bit (LGTV)
115+
- project: 'libretro-infrastructure/ci-templates'
116+
file: '/webos-make.yml'
114117

115118
# Stages for building
116119
stages:
@@ -286,3 +289,10 @@ libretro-build-miyoo-arm32:
286289
extends:
287290
- .libretro-miyoo-arm32-make-default
288291
- .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

Comments
 (0)