Ver código fonte

parallelize windows build

Grant Limberg 5 anos atrás
pai
commit
f989758159
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -73,7 +73,7 @@ def buildWindows() {
                             }
                             bat """
                             cmake -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release ${cmakeFlags} ..
-                            mingw32-make
+                            mingw32-make -j8
                             """
                         }
                     }