Browse Source

parallelize windows build

Grant Limberg 5 years ago
parent
commit
f989758159
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

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