From fea478a5e790ddded264fee1d6d4c0065a3094c2 Mon Sep 17 00:00:00 2001 From: Autechre Date: Thu, 24 Dec 2020 22:13:16 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 03599bb..72fc5dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,6 +34,14 @@ include: # Nintendo 3DS - project: 'libretro-infrastructure/ci-templates' 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 - project: 'libretro-infrastructure/ci-templates' @@ -114,6 +122,18 @@ libretro-build-ctr: extends: - .libretro-ctr-static-retroarch-master - .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 libretro-build-libnx-aarch64: