Update .gitlab-ci.yml

This commit is contained in:
Autechre
2020-12-28 22:38:04 +01:00
committed by GitHub
parent fea478a5e7
commit 1661743a9c
+10
View File
@@ -43,6 +43,10 @@ include:
- project: 'libretro-infrastructure/ci-templates' - project: 'libretro-infrastructure/ci-templates'
file: '/wii-static.yml' file: '/wii-static.yml'
# Nintendo WiiU
- project: 'libretro-infrastructure/ci-templates'
file: '/wiiu-static.yml'
# Nintendo Switch # Nintendo Switch
- project: 'libretro-infrastructure/ci-templates' - project: 'libretro-infrastructure/ci-templates'
file: '/libnx-static.yml' file: '/libnx-static.yml'
@@ -134,6 +138,12 @@ libretro-build-wii:
extends: extends:
- .libretro-wii-static-retroarch-master - .libretro-wii-static-retroarch-master
- .core-defs - .core-defs
# Nintendo WiiU
libretro-build-wiiu:
extends:
- .libretro-wiiu-static-retroarch-master
- .core-defs
# Nintendo Switch # Nintendo Switch
libretro-build-libnx-aarch64: libretro-build-libnx-aarch64: