diff options
author | Autechre | 2020-12-29 00:41:53 +0100 |
---|---|---|
committer | GitHub | 2020-12-29 00:41:53 +0100 |
commit | 0e5b5e753a8d4ea3146f244d9e2e6504f3b1b2c6 (patch) | |
tree | 0024f828a419e4f935700fc03851bf8e73e1843e | |
parent | d4f2cc9bae4af31c04c41aa5cb39c337b0ab7cff (diff) | |
download | snes9x2002-0e5b5e753a8d4ea3146f244d9e2e6504f3b1b2c6.tar.gz snes9x2002-0e5b5e753a8d4ea3146f244d9e2e6504f3b1b2c6.tar.bz2 snes9x2002-0e5b5e753a8d4ea3146f244d9e2e6504f3b1b2c6.zip |
Update .gitlab-ci.yml
-rw-r--r-- | .gitlab-ci.yml | 10 |
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 |