From ec3ba7e2cdd1c78960b09f2ee9693974e37f2136 Mon Sep 17 00:00:00 2001 From: Stephanie Gawroriski Date: Mon, 28 Dec 2020 19:10:00 -0500 Subject: [PATCH] Add Wii U. --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4730112..5e3901a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,6 +51,10 @@ include: - project: 'libretro-infrastructure/ci-templates' file: '/wii-static.yml' + # Nintendo Wii U + - project: 'libretro-infrastructure/ci-templates' + file: '/wiiu-static.yml' + # PLayStation 2 - project: 'libretro-infrastructure/ci-templates' file: '/ps2-static.yml' @@ -144,6 +148,12 @@ libretro-build-wii: - .libretro-wii-static-retroarch-master - .core-defs +# Nintendo Wii U +libretro-build-wiiu: + extends: + - .libretro-wiiu-static-retroarch-master + - .core-defs + # PlayStation 2 libretro-build-ps2: extends: