소스 검색

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

ddutchie 2 년 전
부모
커밋
f1ef23cc6a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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: