Add VBA-M to Wii/Wii U nightly buildbot.
This commit is contained in:
parent
46de99a0da
commit
f7d4370789
|
@ -57,6 +57,14 @@ include:
|
||||||
- project: 'libretro-infrastructure/ci-templates'
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
file: '/vita-static.yml'
|
file: '/vita-static.yml'
|
||||||
|
|
||||||
|
# Nintendo Wii
|
||||||
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
|
file: '/wii-static.yml'
|
||||||
|
|
||||||
|
# Nintendo WiiU
|
||||||
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
|
file: '/wiiu-static.yml'
|
||||||
|
|
||||||
# Nintendo Switch
|
# Nintendo Switch
|
||||||
- project: 'libretro-infrastructure/ci-templates'
|
- project: 'libretro-infrastructure/ci-templates'
|
||||||
file: '/libnx-static.yml'
|
file: '/libnx-static.yml'
|
||||||
|
@ -164,6 +172,18 @@ libretro-build-vita:
|
||||||
- .libretro-vita-static-retroarch-master
|
- .libretro-vita-static-retroarch-master
|
||||||
- .core-defs
|
- .core-defs
|
||||||
|
|
||||||
|
# Nintendo Wii
|
||||||
|
libretro-build-wii:
|
||||||
|
extends:
|
||||||
|
- .libretro-wii-static-retroarch-master
|
||||||
|
- .core-defs
|
||||||
|
|
||||||
|
# Nintendo WiiU
|
||||||
|
libretro-build-wiiu:
|
||||||
|
extends:
|
||||||
|
- .libretro-wiiu-static-retroarch-master
|
||||||
|
- .core-defs
|
||||||
|
|
||||||
# Nintendo Switch
|
# Nintendo Switch
|
||||||
libretro-build-libnx-aarch64:
|
libretro-build-libnx-aarch64:
|
||||||
extends:
|
extends:
|
||||||
|
|
Loading…
Reference in New Issue