Update .gitlab-ci.yml

This commit is contained in:
Autechre 2020-12-28 23:42:14 +01:00 committed by GitHub
parent 5680c3896b
commit 9a0952c278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,10 +20,6 @@ include:
# Linux 64-bit
- project: 'libretro-infrastructure/ci-templates'
file: '/linux-x64.yml'
# MacOS 64-bit
#- project: 'libretro-infrastructure/ci-templates'
#file: '/osx-x64.yml'
################################## CELLULAR ################################
# Android
@ -38,7 +34,11 @@ include:
# Nintendo Wii
- project: 'libretro-infrastructure/ci-templates'
file: '/wii-static.yml'
# Nintendo WiiU
- project: 'libretro-infrastructure/ci-templates'
file: '/wiiu-static.yml'
# Nintendo Switch
- project: 'libretro-infrastructure/ci-templates'
file: '/libnx-static.yml'
@ -69,12 +69,6 @@ libretro-build-linux-x64:
extends:
- .libretro-linux-x64-make-default
- .core-defs
# MacOS 64-bit
#libretro-build-osx-x64:
#extends:
#- .libretro-osx-x64-make-default
#- .core-defs
################################### CELLULAR #################################
# Android ARMv7a
@ -113,7 +107,13 @@ libretro-build-wii:
extends:
- .libretro-wii-static-retroarch-master
- .core-defs
# Nintendo WiiU
libretro-build-wiiu:
extends:
- .libretro-wiiu-static-retroarch-master
- .core-defs
# Nintendo Switch
libretro-build-libnx-aarch64:
extends: