mirror of
https://github.com/libretro/snes9x2005.git
synced 2024-11-23 08:19:48 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
c3f224eb9a
commit
2f6f84e12d
@ -57,6 +57,10 @@ include:
|
||||
- project: 'libretro-infrastructure/ci-templates'
|
||||
file: '/wii-static.yml'
|
||||
|
||||
# Nintendo WiiU
|
||||
- project: 'libretro-infrastructure/ci-templates'
|
||||
file: '/wiiu-static.yml'
|
||||
|
||||
# OpenDingux
|
||||
- project: 'libretro-infrastructure/ci-templates'
|
||||
file: '/dingux-mips32.yml'
|
||||
@ -149,6 +153,12 @@ libretro-build-wii:
|
||||
- .libretro-wii-static-retroarch-master
|
||||
- .core-defs
|
||||
|
||||
# Nintendo WiiU
|
||||
libretro-build-wiiu:
|
||||
extends:
|
||||
- .libretro-wiiu-static-retroarch-master
|
||||
- .core-defs
|
||||
|
||||
# OpenDingux
|
||||
libretro-build-dingux-mips32:
|
||||
extends:
|
||||
@ -233,6 +243,12 @@ libretro-build-wii-plus:
|
||||
- .libretro-wii-static-retroarch-master
|
||||
- .core-defs-plus
|
||||
|
||||
# Nintendo WiiU
|
||||
libretro-build-wiiu-plus:
|
||||
extends:
|
||||
- .libretro-wiiu-static-retroarch-master
|
||||
- .core-defs-plus
|
||||
|
||||
# OpenDingux
|
||||
libretro-build-dingux-mips32-plus:
|
||||
extends:
|
||||
|
Loading…
Reference in New Issue
Block a user