parallelize windows build

This commit is contained in:
Grant Limberg 2020-06-18 13:46:57 -07:00
parent ade8373c0c
commit f989758159
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A

2
Jenkinsfile vendored
View file

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