@@ -65,6 +65,14 @@ include:
65
65
file : ' /ios9.yml'
66
66
67
67
# ################################# CONSOLES ################################
68
+ # PlayStation2
69
+ - project : ' libretro-infrastructure/ci-templates'
70
+ file : ' /ps2-static.yml'
71
+
72
+ # PlayStation3
73
+ - project : ' libretro-infrastructure/ci-templates'
74
+ file : ' /psl1ght-static.yml'
75
+
68
76
# PlayStation Portable
69
77
- project : ' libretro-infrastructure/ci-templates'
70
78
file : ' /psp-static.yml'
@@ -73,10 +81,6 @@ include:
73
81
- project : ' libretro-infrastructure/ci-templates'
74
82
file : ' /vita-static.yml'
75
83
76
- # PlayStation2
77
- - project : ' libretro-infrastructure/ci-templates'
78
- file : ' /ps2-static.yml'
79
-
80
84
# Nintendo 3DS
81
85
- project : ' libretro-infrastructure/ci-templates'
82
86
file : ' /ctr-static.yml'
@@ -101,7 +105,7 @@ include:
101
105
- project : ' libretro-infrastructure/ci-templates'
102
106
file : ' /dingux-mips32.yml'
103
107
104
- # OpenDingux
108
+ # OpenDingux (ARM)
105
109
- project : ' libretro-infrastructure/ci-templates'
106
110
file : ' /dingux-arm32.yml'
107
111
@@ -138,22 +142,22 @@ libretro-build-windows-i686:
138
142
- .core-defs
139
143
140
144
# Windows msvc10 64-bit
141
- # libretro-build-windows-msvc10-x64:
142
- # extends:
143
- # - .libretro-windows-x64-msvc10-msys2-make-default
144
- # - .core-defs
145
+ libretro-build-windows-msvc10-x64 :
146
+ extends :
147
+ - .libretro-windows-x64-msvc10-msys2-make-default
148
+ - .core-defs
145
149
146
150
# Windows msvc10 32-bit
147
- # libretro-build-windows-msvc10-i686:
148
- # extends:
149
- # - .libretro-windows-i686-msvc10-msys2-make-default
150
- # - .core-defs
151
+ libretro-build-windows-msvc10-i686 :
152
+ extends :
153
+ - .libretro-windows-i686-msvc10-msys2-make-default
154
+ - .core-defs
151
155
152
156
# Windows msvc05 32-bit
153
- # libretro-build-windows-msvc05-i686:
154
- # extends:
155
- # - .libretro-windows-i686-msvc05-msys2-make-default
156
- # - .core-defs
157
+ libretro-build-windows-msvc05-i686 :
158
+ extends :
159
+ - .libretro-windows-i686-msvc05-msys2-make-default
160
+ - .core-defs
157
161
158
162
# Linux 64-bit
159
163
libretro-build-linux-x64 :
@@ -170,7 +174,7 @@ libretro-build-linux-i686:
170
174
# MacOS 64-bit
171
175
libretro-build-osx-x64 :
172
176
extends :
173
- - .libretro-osx-x64-make-default
177
+ - .libretro-osx-x64-make-10-7
174
178
- .core-defs
175
179
176
180
# MacOS ARM 64-bit
@@ -211,10 +215,10 @@ libretro-build-ios-arm64:
211
215
- .core-defs
212
216
213
217
# iOS (armv7) [iOS 9 and up]
214
- # libretro-build-ios9:
215
- # extends:
216
- # - .libretro-ios9-make-default
217
- # - .core-defs
218
+ libretro-build-ios9 :
219
+ extends :
220
+ - .libretro-ios9-make-default
221
+ - .core-defs
218
222
219
223
# tvOS
220
224
libretro-build-tvos-arm64 :
@@ -224,10 +228,10 @@ libretro-build-tvos-arm64:
224
228
225
229
# ################################## CONSOLES #################################
226
230
# PlayStation Portable
227
- # libretro-build-psp:
228
- # extends:
229
- # - .libretro-psp-static-retroarch-master
230
- # - .core-defs
231
+ libretro-build-psp :
232
+ extends :
233
+ - .libretro-psp-static-retroarch-master
234
+ - .core-defs
231
235
232
236
# PlayStation Vita
233
237
libretro-build-vita :
@@ -236,34 +240,40 @@ libretro-build-vita:
236
240
- .core-defs
237
241
238
242
# PlayStation2
239
- # libretro-build-ps2:
240
- # extends:
241
- # - .libretro-ps2-static-retroarch-master
242
- # - .core-defs
243
+ libretro-build-ps2 :
244
+ extends :
245
+ - .libretro-ps2-static-retroarch-master
246
+ - .core-defs
247
+
248
+ # PlayStation3
249
+ libretro-build-psl1ght :
250
+ extends :
251
+ - .libretro-psl1ght-static-retroarch-master
252
+ - .core-defs
243
253
244
254
# Nintendo 3DS
245
- # libretro-build-ctr:
246
- # extends:
247
- # - .libretro-ctr-static-retroarch-master
248
- # - .core-defs
255
+ libretro-build-ctr :
256
+ extends :
257
+ - .libretro-ctr-static-retroarch-master
258
+ - .core-defs
249
259
250
260
# Nintendo GameCube
251
- # libretro-build-ngc:
252
- # extends:
253
- # - .libretro-ngc-static-retroarch-master
254
- # - .core-defs
261
+ libretro-build-ngc :
262
+ extends :
263
+ - .libretro-ngc-static-retroarch-master
264
+ - .core-defs
255
265
256
266
# Nintendo Wii
257
- # libretro-build-wii:
258
- # extends:
259
- # - .libretro-wii-static-retroarch-master
260
- # - .core-defs
267
+ libretro-build-wii :
268
+ extends :
269
+ - .libretro-wii-static-retroarch-master
270
+ - .core-defs
261
271
262
272
# Nintendo WiiU
263
- # libretro-build-wiiu:
264
- # extends:
265
- # - .libretro-wiiu-static-retroarch-master
266
- # - .core-defs
273
+ libretro-build-wiiu :
274
+ extends :
275
+ - .libretro-wiiu-static-retroarch-master
276
+ - .core-defs
267
277
268
278
# Nintendo Switch
269
279
libretro-build-libnx-aarch64 :
@@ -272,21 +282,15 @@ libretro-build-libnx-aarch64:
272
282
- .core-defs
273
283
274
284
# OpenDingux
275
- # libretro-build-dingux-mips32:
276
- # extends:
277
- # - .libretro-dingux-mips32-make-default
278
- # - .core-defs
279
-
280
- # OpenDingux Beta
281
- libretro-build-dingux-odbeta-mips32 :
285
+ libretro-build-dingux-mips32 :
282
286
extends :
283
- - .libretro-dingux-odbeta- mips32-make-default
287
+ - .libretro-dingux-mips32-make-default
284
288
- .core-defs
285
289
286
290
# OpenDingux Beta
287
- libretro-build-rs90 -odbeta-mips32 :
291
+ libretro-build-dingux -odbeta-mips32 :
288
292
extends :
289
- - .libretro-rs90 -odbeta-mips32-make-default
293
+ - .libretro-dingux -odbeta-mips32-make-default
290
294
- .core-defs
291
295
292
296
# RetroFW
@@ -295,7 +299,7 @@ libretro-build-retrofw-mips32:
295
299
- .libretro-retrofw-mips32-make-default
296
300
- .core-defs
297
301
298
- # MIYOO
302
+ # Miyoo
299
303
libretro-build-miyoo-arm32 :
300
304
extends :
301
305
- .libretro-miyoo-arm32-make-default
0 commit comments