Update 'Jenkinsfile'
This commit is contained in:
parent
eb104518a8
commit
1baccd90d4
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -15,6 +15,9 @@ pipeline {
|
||||
booleanParam(name: "RELEASE",
|
||||
description: "Build a release from current commit.",
|
||||
defaultValue: false)
|
||||
booleanParam(name: "DEBUGINFO",
|
||||
description: "Build debug binary from current commit.",
|
||||
defaultValue: false)
|
||||
}
|
||||
stages {
|
||||
stage("Setup workspace") {
|
||||
@ -57,7 +60,7 @@ pipeline {
|
||||
}
|
||||
}
|
||||
steps {
|
||||
sh "./jenkins/scripts/cross_compile.sh"
|
||||
sh "DEBUGINFO=${params.DEBUGINFO} ./jenkins/scripts/cross_compile.sh"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user