This commit is contained in:
Grant Limberg 2020-06-23 14:42:18 -07:00
parent 6d88a13407
commit f3defdf3a6
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A

2
Jenkinsfile vendored
View file

@ -347,7 +347,7 @@ def packageStatic() {
unstash "static-${arch}"
sh "mkdir -p build"
sh "mv zerotier-static-${arch} build/zerotier && chmod +x build/zerotier"
sh "${cmakeArgs} make setup"
sh "${cmakeFlags} make setup"
dir("build") {
sh 'make package'
}