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: