From 41e0edcaa39798ead80af91d42e2f7681414f06c Mon Sep 17 00:00:00 2001 From: Autechre Date: Mon, 28 Dec 2020 23:47:19 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4730112..cffa2d3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,15 +42,19 @@ include: # Nintendo GameCube - project: 'libretro-infrastructure/ci-templates' file: '/ngc-static.yml' + + # 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' - # Nintendo Wii - - project: 'libretro-infrastructure/ci-templates' - file: '/wii-static.yml' - # PLayStation 2 - project: 'libretro-infrastructure/ci-templates' file: '/ps2-static.yml' @@ -132,18 +136,24 @@ libretro-build-ngc: - .libretro-ngc-static-retroarch-master - .core-defs -# Nintendo Switch -libretro-build-libnx-aarch64: - extends: - - .libretro-libnx-static-retroarch-master - - .core-defs - # Nintendo Wii 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: + - .libretro-libnx-static-retroarch-master + - .core-defs + # PlayStation 2 libretro-build-ps2: extends: