From 52d95e537c188adc8032f9f06dd62080d77ba0ed Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Mon, 11 Apr 2022 15:56:43 +0200 Subject: [PATCH] lr ci: disable switch build --- .gitlab-ci.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b6a1340a..cccf241a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,14 +54,14 @@ include: ################################## CONSOLES ################################ # Nintendo Switch - - project: 'libretro-infrastructure/ci-templates' - file: '/libnx-static.yml' +# - project: 'libretro-infrastructure/ci-templates' +# file: '/libnx-static.yml' # Stages for building stages: - build-prepare - build-shared - - build-static +# - build-static ############################################################################## #################################### STAGES ################################## @@ -125,8 +125,7 @@ android-x86: ################################### CONSOLES ################################# # Nintendo Switch -libretro-build-libnx-aarch64: - extends: - - .libretro-libnx-static-retroarch-master - - .core-defs - \ No newline at end of file +#libretro-build-libnx-aarch64: +# extends: +# - .libretro-libnx-static-retroarch-master +# - .core-defs