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'
34 - project: 'libretro-infrastructure/ci-templates'
38 - project: 'libretro-infrastructure/ci-templates'
39 file: '/osx-arm64.yml'
41 ################################## CELLULAR ################################
43 - project: 'libretro-infrastructure/ci-templates'
44 file: '/android-jni.yml'
47 - project: 'libretro-infrastructure/ci-templates'
48 file: '/ios-arm64.yml'
51 - project: 'libretro-infrastructure/ci-templates'
54 ################################## CONSOLES ################################
55 # PlayStation Portable
56 - project: 'libretro-infrastructure/ci-templates'
57 file: '/psp-static.yml'
60 - project: 'libretro-infrastructure/ci-templates'
61 file: '/vita-static.yml'
64 - project: 'libretro-infrastructure/ci-templates'
65 file: '/ctr-static.yml'
68 - project: 'libretro-infrastructure/ci-templates'
69 file: '/libnx-static.yml'
72 - project: 'libretro-infrastructure/ci-templates'
73 file: '/tvos-arm64.yml'
76 - project: 'libretro-infrastructure/ci-templates'
77 file: '/dingux-arm32.yml'
79 #################################### MISC ##################################
87 ##############################################################################
88 #################################### STAGES ##################################
89 ##############################################################################
91 ################################### DESKTOPS #################################
93 libretro-build-windows-x64:
95 - .libretro-windows-x64-mingw-make-default
99 libretro-build-windows-i686:
101 - .libretro-windows-i686-mingw-make-default
105 libretro-build-linux-x64:
107 - .libretro-linux-x64-make-default
111 libretro-build-linux-i686:
113 - .libretro-linux-i686-make-default
117 libretro-build-osx-x64:
119 - .libretro-osx-x64-make-10-7
123 libretro-build-osx-arm64:
125 - .libretro-osx-arm64-make-default
128 ################################### CELLULAR #################################
133 - .libretro-android-jni-armeabi-v7a
138 - .libretro-android-jni-arm64-v8a
144 - .libretro-android-jni-x86_64
150 - .libretro-android-jni-x86
154 libretro-build-ios-arm64:
156 - .libretro-ios-arm64-make-default
159 # iOS (armv7) [iOS 9 and up]
162 - .libretro-ios9-make-default
166 libretro-build-tvos-arm64:
168 - .libretro-tvos-arm64-make-default
171 ################################### CONSOLES #################################
175 - .libretro-vita-static-retroarch-master
181 - .libretro-ctr-static-retroarch-master
185 libretro-build-libnx-aarch64:
187 - .libretro-libnx-static-retroarch-master
191 libretro-build-miyoo-arm32:
193 - .libretro-miyoo-arm32-make-default