libretro: add webOS to CI
This commit is contained in:
@@ -121,6 +121,10 @@ include:
|
|||||||
- project: 'libretro-infrastructure/ci-templates'
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
file: '/emscripten-static.yml'
|
file: '/emscripten-static.yml'
|
||||||
|
|
||||||
|
# webOS 32-bit (LGTV)
|
||||||
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
|
file: '/webos-make.yml'
|
||||||
|
|
||||||
# Stages for building
|
# Stages for building
|
||||||
stages:
|
stages:
|
||||||
- build-prepare
|
- build-prepare
|
||||||
@@ -320,3 +324,9 @@ libretro-build-emscripten:
|
|||||||
extends:
|
extends:
|
||||||
- .libretro-emscripten-static-retroarch-master
|
- .libretro-emscripten-static-retroarch-master
|
||||||
- .core-defs
|
- .core-defs
|
||||||
|
|
||||||
|
# webOS 32-bit
|
||||||
|
libretro-build-webos-armv7a:
|
||||||
|
extends:
|
||||||
|
- .libretro-webos-armv7a-make-default
|
||||||
|
- .core-defs
|
||||||
|
|||||||
Reference in New Issue
Block a user