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}")
|
||||
{
|
||||
script {
|
||||
if (success) {
|
||||
// only run tests if build has passed, see #176
|
||||
try {
|
||||
sh(script: "${SCRIPT_DIR}/run_ninja.py check-all")
|
||||
} catch (e) {
|
||||
|
@ -121,6 +123,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('linters') {
|
||||
steps {
|
||||
dir("${LLVM_DIR}")
|
||||
|
|
Loading…
Reference in a new issue