From f1ef23cc6ac387fdf8a7687e5e772ef4cdc62dfd Mon Sep 17 00:00:00 2001 From: ddutchie Date: Fri, 15 Mar 2024 21:11:45 +0000 Subject: [PATCH] Allow CLANG on both windows and linux as long as Parallelized tag is set --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d289434e3..14121961e0 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,8 +12,8 @@ clang-format: - git submodule update --init --depth 1 --recursive - bash .ci/scripts/format/script.sh tags: - - Linux - - Windows + # - Linux + # - Windows - Parallelized #LINUX BUILD - BUILDS LINUX APPIMAGE build-linux: