Explorar o código

* do fullcycle with -j 4

florian %!s(int64=3) %!d(string=hai) anos
pai
achega
4303d62c2b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.gitlab-ci.yml

@@ -13,7 +13,7 @@ compiler-fullcycle-job:
   stage: compilercycle
   script:
     - cd compiler
-    - make fullcycle
+    - make fullcycle -j 4
 
 build-and-test-job:
   stage: buildandtest