add retrofw target (#77)

Co-authored-by: Poligraf <>
This commit is contained in:
Poligraf
2021-08-03 21:50:18 +12:00
committed by GitHub
parent b59fb7e925
commit bcbbf63c04
2 changed files with 22 additions and 0 deletions
+11
View File
@@ -86,6 +86,10 @@ include:
# tvOS (AppleTV)
- project: 'libretro-infrastructure/ci-templates'
file: '/tvos-arm64.yml'
# OpenDingux
- project: 'libretro-infrastructure/ci-templates'
file: '/dingux-mips32.yml'
#################################### MISC ##################################
@@ -223,3 +227,10 @@ libretro-build-libnx-aarch64:
extends:
- .libretro-libnx-static-retroarch-master
- .core-defs
# RetroFW
libretro-build-retrofw-mips32:
extends:
- .libretro-retrofw-mips32-make-default
- .core-defs