1 # DESCRIPTION: GitLab CI/CD for libRetro (NOT FOR GitLab-proper)
3 ##############################################################################
4 ################################# BOILERPLATE ################################
5 ##############################################################################
11 MAKEFILE: Makefile.libretro
12 CORENAME: pcsx_rearmed
14 # Inclusion templates, required for the build to work
16 ################################## DESKTOPS ################################
18 - project: 'libretro-infrastructure/ci-templates'
19 file: '/windows-x64-mingw.yml'
22 - project: 'libretro-infrastructure/ci-templates'
23 file: '/windows-i686-mingw.yml'
26 - project: 'libretro-infrastructure/ci-templates'
27 file: '/linux-x64.yml'
30 - project: 'libretro-infrastructure/ci-templates'
31 file: '/linux-i686.yml'
33 # MacOS PowerPC 32-bit
34 # FIXME: libchdr vs Byte redefinition
35 #- project: 'libretro-infrastructure/ci-templates'
36 # file: '/osx-ppc.yml'
39 - project: 'libretro-infrastructure/ci-templates'
43 - project: 'libretro-infrastructure/ci-templates'
44 file: '/osx-arm64.yml'
46 ################################## CELLULAR ################################
48 - project: 'libretro-infrastructure/ci-templates'
49 file: '/android-jni.yml'
52 - project: 'libretro-infrastructure/ci-templates'
53 file: '/ios-arm64.yml'
56 - project: 'libretro-infrastructure/ci-templates'
59 ################################## CONSOLES ################################
61 - project: 'libretro-infrastructure/ci-templates'
62 file: '/psl1ght-static.yml'
64 # PlayStation Portable
65 - project: 'libretro-infrastructure/ci-templates'
66 file: '/psp-static.yml'
69 - project: 'libretro-infrastructure/ci-templates'
70 file: '/vita-static.yml'
73 - project: 'libretro-infrastructure/ci-templates'
74 file: '/ctr-static.yml'
77 - project: 'libretro-infrastructure/ci-templates'
78 file: '/ngc-static.yml'
81 - project: 'libretro-infrastructure/ci-templates'
82 file: '/wii-static.yml'
85 - project: 'libretro-infrastructure/ci-templates'
86 file: '/wiiu-static.yml'
89 - project: 'libretro-infrastructure/ci-templates'
90 file: '/libnx-static.yml'
93 - project: 'libretro-infrastructure/ci-templates'
94 file: '/tvos-arm64.yml'
97 - project: 'libretro-infrastructure/ci-templates'
98 file: '/dingux-arm32.yml'
100 #################################### MISC ##################################
102 - project: 'libretro-infrastructure/ci-templates'
103 file: '/emscripten-static.yml'
105 # Stages for building
111 ##############################################################################
112 #################################### STAGES ##################################
113 ##############################################################################
115 ################################### DESKTOPS #################################
117 libretro-build-windows-x64:
119 - .libretro-windows-x64-mingw-make-default
123 libretro-build-windows-i686:
125 - .libretro-windows-i686-mingw-make-default
129 libretro-build-linux-x64:
131 - .libretro-linux-x64-make-default
135 libretro-build-linux-i686:
137 - .libretro-linux-i686-make-default
141 libretro-build-osx-x64:
143 - .libretro-osx-x64-make-10-7
147 libretro-build-osx-arm64:
149 - .libretro-osx-arm64-make-default
152 # MacOS PowerPC 32-bit
153 #libretro-build-osx-ppc:
155 # - .libretro-osx-ppc-make-default
158 ################################### CELLULAR #################################
163 - .libretro-android-jni-armeabi-v7a
168 - .libretro-android-jni-arm64-v8a
174 - .libretro-android-jni-x86_64
180 - .libretro-android-jni-x86
184 libretro-build-ios-arm64:
186 - .libretro-ios-arm64-make-default
189 # iOS (armv7) [iOS 9 and up]
192 - .libretro-ios9-make-default
196 libretro-build-tvos-arm64:
198 - .libretro-tvos-arm64-make-default
201 ################################### CONSOLES #################################
203 libretro-build-psl1ght:
205 - .libretro-psl1ght-static-retroarch-master
211 - .libretro-vita-static-retroarch-master
217 - .libretro-ctr-static-retroarch-master
223 - .libretro-ngc-static-retroarch-master
229 - .libretro-wii-static-retroarch-master
235 - .libretro-wiiu-static-retroarch-master
239 libretro-build-libnx-aarch64:
241 - .libretro-libnx-static-retroarch-master
245 libretro-build-miyoo-arm32:
247 - .libretro-miyoo-arm32-make-default
250 #################################### MISC ##################################
252 libretro-build-emscripten:
254 - .libretro-emscripten-static-retroarch-master