Procházet zdrojové kódy

Allow CLANG on both windows and linux as long as Parallelized tag is set

ddutchie před 2 roky
rodič
revize
f1ef23cc6a
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      .gitlab-ci.yml

+ 2 - 2
.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: