From 1661743a9c96c210252815bf8a2a70c3a536a80d Mon Sep 17 00:00:00 2001 From: Autechre Date: Mon, 28 Dec 2020 22:38:04 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 72fc5dc..5b53437 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,6 +43,10 @@ include: - 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' @@ -134,6 +138,12 @@ 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: