mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-19 21:46:54 +02:00
.
This commit is contained in:
parent
49eefe7e78
commit
b88000c349
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -57,7 +57,7 @@ def buildStaticBinaries() {
|
|||
dir("build") {
|
||||
sh 'make -j8 ZT_STATIC=1 all'
|
||||
dir("build") {
|
||||
sh "mv build/zerotier zerotier-static-${platform}"
|
||||
sh "mv zerotier zerotier-static-${platform}"
|
||||
stash includes: 'zerotier-static-*', name: "static-${platform}"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue