File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,18 @@ include:
3838 # PlayStation Vita
3939 - project : ' libretro-infrastructure/ci-templates'
4040 file : ' /vita-static.yml'
41+
42+ # Nintendo 3DS
43+ - project : ' libretro-infrastructure/ci-templates'
44+ file : ' /ctr-static.yml'
45+
46+ # Nintendo GameCube
47+ - project : ' libretro-infrastructure/ci-templates'
48+ file : ' /ngc-static.yml'
49+
50+ # Nintendo Wii
51+ - project : ' libretro-infrastructure/ci-templates'
52+ file : ' /wii-static.yml'
4153
4254 # OpenDingux
4355 - project : ' libretro-infrastructure/ci-templates'
@@ -110,6 +122,24 @@ libretro-build-vita:
110122 - .core-defs
111123 - .libretro-vita-static-retroarch-master
112124
125+ # Nintendo 3DS
126+ libretro-build-ctr :
127+ extends :
128+ - .libretro-ctr-static-retroarch-master
129+ - .core-defs
130+
131+ # Nintendo GameCube
132+ libretro-build-ngc :
133+ extends :
134+ - .libretro-ngc-static-retroarch-master
135+ - .core-defs
136+
137+ # Nintendo Wii
138+ libretro-build-wii :
139+ extends :
140+ - .libretro-wii-static-retroarch-master
141+ - .core-defs
142+
113143# OpenDingux
114144libretro-build-dingux-mips32 :
115145 extends :
You can’t perform that action at this time.
0 commit comments