parallelize make

This commit is contained in:
Grant Limberg 2020-06-19 15:42:33 -07:00
parent 1b8703db95
commit 1abcb5adf5
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A

2
Jenkinsfile vendored
View file

@ -379,7 +379,7 @@ def buildDebianNative() {
dir("build") {
sh "${cmakeFlags} make setup"
dir("build") {
sh "make package"
sh "make package -j4"
}
}
sh "mkdir -p ${distro}"