removed brace
This commit is contained in:
parent
3d6985be5e
commit
5014d940dc
1 changed files with 5 additions and 1 deletions
6
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
6
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -29,6 +29,11 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('arc patch') {
|
||||||
|
steps {
|
||||||
|
echo 'TODO: arc patch'
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('CMake') {
|
stage('CMake') {
|
||||||
steps {
|
steps {
|
||||||
sh 'llvm-premerge-checks/scripts/run_cmake.sh'
|
sh 'llvm-premerge-checks/scripts/run_cmake.sh'
|
||||||
|
@ -38,7 +43,6 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
sh 'llvm-premerge-checks/scripts/run_ninja_check-all.sh'
|
sh 'llvm-premerge-checks/scripts/run_ninja_check-all.sh'
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue