mirror of
https://github.com/libretro/beetle-supergrafx-libretro.git
synced 2024-11-23 07:39:45 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
5680c3896b
commit
9a0952c278
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user