Skip to content

Commit fc66325

Browse files
authored
Update .gitlab-ci.yml
1 parent 310edf4 commit fc66325

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.gitlab-ci.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff 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
114144
libretro-build-dingux-mips32:
115145
extends:

0 commit comments

Comments
 (0)