mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-07 04:53:44 +02:00
wtf
This commit is contained in:
parent
808ab715d9
commit
96965647bc
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -282,6 +282,7 @@ def buildDebianNative() {
|
||||||
}
|
}
|
||||||
def runtime = docker.image("ztbuild/${distro}-${arch}:latest")
|
def runtime = docker.image("ztbuild/${distro}-${arch}:latest")
|
||||||
runtime.inside {
|
runtime.inside {
|
||||||
|
sh 'whoami'
|
||||||
dir("build") {
|
dir("build") {
|
||||||
sh 'make -j4'
|
sh 'make -j4'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue