mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 20:43:44 +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") {
|
dir("build") {
|
||||||
sh 'make -j8 ZT_STATIC=1 all'
|
sh 'make -j8 ZT_STATIC=1 all'
|
||||||
dir("build") {
|
dir("build") {
|
||||||
sh "mv build/zerotier zerotier-static-${platform}"
|
sh "mv zerotier zerotier-static-${platform}"
|
||||||
stash includes: 'zerotier-static-*', name: "static-${platform}"
|
stash includes: 'zerotier-static-*', name: "static-${platform}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue