mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-23 07:26:54 +02: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
Reference in a new issue