Update .gitlab-ci.yml

This commit is contained in:
Autechre
2020-12-24 22:13:16 +01:00
committed by GitHub
parent 0741e87ba5
commit fea478a5e7
+20
View File
@@ -35,6 +35,14 @@ include:
- project: 'libretro-infrastructure/ci-templates' - project: 'libretro-infrastructure/ci-templates'
file: '/ctr-static.yml' file: '/ctr-static.yml'
# Nintendo GameCube
- project: 'libretro-infrastructure/ci-templates'
file: '/ngc-static.yml'
# Nintendo Wii
- project: 'libretro-infrastructure/ci-templates'
file: '/wii-static.yml'
# Nintendo Switch # Nintendo Switch
- project: 'libretro-infrastructure/ci-templates' - project: 'libretro-infrastructure/ci-templates'
file: '/libnx-static.yml' file: '/libnx-static.yml'
@@ -115,6 +123,18 @@ libretro-build-ctr:
- .libretro-ctr-static-retroarch-master - .libretro-ctr-static-retroarch-master
- .core-defs - .core-defs
# Nintendo GameCube
libretro-build-ngc:
extends:
- .libretro-ngc-static-retroarch-master
- .core-defs
# Nintendo Wii
libretro-build-wii:
extends:
- .libretro-wii-static-retroarch-master
- .core-defs
# Nintendo Switch # Nintendo Switch
libretro-build-libnx-aarch64: libretro-build-libnx-aarch64:
extends: extends: