summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAutechre2020-12-29 00:41:53 +0100
committerGitHub2020-12-29 00:41:53 +0100
commit0e5b5e753a8d4ea3146f244d9e2e6504f3b1b2c6 (patch)
tree0024f828a419e4f935700fc03851bf8e73e1843e
parentd4f2cc9bae4af31c04c41aa5cb39c337b0ab7cff (diff)
downloadsnes9x2002-0e5b5e753a8d4ea3146f244d9e2e6504f3b1b2c6.tar.gz
snes9x2002-0e5b5e753a8d4ea3146f244d9e2e6504f3b1b2c6.tar.bz2
snes9x2002-0e5b5e753a8d4ea3146f244d9e2e6504f3b1b2c6.zip
Update .gitlab-ci.yml
-rw-r--r--.gitlab-ci.yml10
1 files changed, 10 insertions, 0 deletions
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