Explorar el Código

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

ddutchie hace 2 años
padre
commit
f1ef23cc6a
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .gitlab-ci.yml

+ 2 - 2
.gitlab-ci.yml

@@ -12,8 +12,8 @@ clang-format:
     - git submodule update --init --depth 1 --recursive
     - git submodule update --init --depth 1 --recursive
     - bash .ci/scripts/format/script.sh
     - bash .ci/scripts/format/script.sh
   tags:
   tags:
-    - Linux
-    - Windows
+  #  - Linux
+  #  - Windows
     - Parallelized
     - Parallelized
 #LINUX BUILD - BUILDS LINUX APPIMAGE
 #LINUX BUILD - BUILDS LINUX APPIMAGE
 build-linux:
 build-linux: