removed "ninja check" to speed up builds
This commit is contained in:
parent
1151a91dc9
commit
ba32421384
2 changed files with 0 additions and 10 deletions
5
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
5
Jenkins/Phabricator-pipeline/Jenkinsfile
vendored
|
@ -60,11 +60,6 @@ pipeline {
|
|||
sh "${SCRIPT_DIR}/run_ninja.sh all"
|
||||
}
|
||||
}
|
||||
stage('ninja check') {
|
||||
steps {
|
||||
sh "${SCRIPT_DIR}/run_ninja.sh check"
|
||||
}
|
||||
}
|
||||
stage('ninja check-all') {
|
||||
steps {
|
||||
sh "${SCRIPT_DIR}/run_ninja.sh check-all"
|
||||
|
|
5
Jenkins/master-pipeline/Jenkinsfile
vendored
5
Jenkins/master-pipeline/Jenkinsfile
vendored
|
@ -45,11 +45,6 @@ pipeline {
|
|||
sh "${SCRIPT_DIR}/run_ninja.sh all"
|
||||
}
|
||||
}
|
||||
stage('ninja check') {
|
||||
steps {
|
||||
sh "${SCRIPT_DIR}/run_ninja.sh check"
|
||||
}
|
||||
}
|
||||
stage('ninja check-all') {
|
||||
steps {
|
||||
sh "${SCRIPT_DIR}/run_ninja.sh check-all"
|
||||
|
|
Loading…
Reference in a new issue