update make call for static

This commit is contained in:
Grant Limberg 2020-06-12 15:59:53 -07:00
parent a1649d6cda
commit ffc786d796
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A

2
Jenkinsfile vendored
View file

@ -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}"