mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-21 01:42:50 +02:00
update make call for static
This commit is contained in:
parent
a1649d6cda
commit
ffc786d796
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -60,7 +60,7 @@ def buildStaticBinaries() {
|
|||
cmakeFlags = 'CMAKE_ARGS="-DBUILD_32BIT=1 -DBUILD_STATIC=1"'
|
||||
}
|
||||
|
||||
sh "${cmakeFlags} make -j8 ZT_STATIC=1 all"
|
||||
sh "${cmakeFlags} make"
|
||||
dir("build") {
|
||||
sh "mv zerotier zerotier-static-${platform}"
|
||||
stash includes: 'zerotier-static-*', name: "static-${platform}"
|
||||
|
|
Loading…
Add table
Reference in a new issue