parent
795d8270f7
commit
f1c697c299
1 changed files with 9 additions and 6 deletions
3
Jenkins/BETA-phabricator-linux/Jenkinsfile
vendored
3
Jenkins/BETA-phabricator-linux/Jenkinsfile
vendored
|
@ -110,6 +110,8 @@ pipeline {
|
||||||
dir("${LLVM_DIR}")
|
dir("${LLVM_DIR}")
|
||||||
{
|
{
|
||||||
script {
|
script {
|
||||||
|
if (success) {
|
||||||
|
// only run tests if build has passed, see #176
|
||||||
try {
|
try {
|
||||||
sh(script: "${SCRIPT_DIR}/run_ninja.py check-all")
|
sh(script: "${SCRIPT_DIR}/run_ninja.py check-all")
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
@ -121,6 +123,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
stage('linters') {
|
stage('linters') {
|
||||||
steps {
|
steps {
|
||||||
dir("${LLVM_DIR}")
|
dir("${LLVM_DIR}")
|
||||||
|
|
Loading…
Reference in a new issue