This commit is contained in:
Grant Limberg 2020-06-10 14:51:44 -07:00
parent 808ab715d9
commit 96965647bc
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A

1
Jenkinsfile vendored
View file

@ -282,6 +282,7 @@ def buildDebianNative() {
}
def runtime = docker.image("ztbuild/${distro}-${arch}:latest")
runtime.inside {
sh 'whoami'
dir("build") {
sh 'make -j4'
}