mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-25 15:45:36 -07:00
parallelize make
This commit is contained in:
parent
1b8703db95
commit
1abcb5adf5
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue