From 0e5b5e753a8d4ea3146f244d9e2e6504f3b1b2c6 Mon Sep 17 00:00:00 2001 From: Autechre Date: Tue, 29 Dec 2020 00:41:53 +0100 Subject: Update .gitlab-ci.yml --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ccab671..d79e652 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,6 +47,10 @@ include: - project: 'libretro-infrastructure/ci-templates' file: '/wii-static.yml' + # Nintendo WiiU + - project: 'libretro-infrastructure/ci-templates' + file: '/wiiu-static.yml' + # Stages for building stages: - build-prepare @@ -125,3 +129,9 @@ libretro-build-wii: extends: - .libretro-wii-static-retroarch-master - .core-defs + +# Nintendo WiiU +libretro-build-wiiu: + extends: + - .libretro-wiiu-static-retroarch-master + - .core-defs -- cgit v1.2.3