From 3a2eafd45ac09d0f2a25f92cc7468289cf343c73 Mon Sep 17 00:00:00 2001 From: jdgleaver Date: Mon, 28 Dec 2020 15:58:36 +0000 Subject: (.gitlab-ci.yml) Add CTR target --- .gitlab-ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a65cf9..ccab671 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,10 @@ include: - project: 'libretro-infrastructure/ci-templates' file: '/vita-static.yml' + # Nintendo 3DS + - project: 'libretro-infrastructure/ci-templates' + file: '/ctr-static.yml' + # Nintendo GameCube - project: 'libretro-infrastructure/ci-templates' file: '/ngc-static.yml' @@ -104,6 +108,12 @@ libretro-build-vita: - .libretro-vita-static-retroarch-master - .core-defs +# Nintendo 3DS +libretro-build-ctr: + extends: + - .libretro-ctr-static-retroarch-master + - .core-defs + # Nintendo GameCube libretro-build-ngc: extends: -- cgit v1.2.3