disabled project detection
This commit is contained in:
parent
5fe1299160
commit
2405f5b828
1 changed files with 4 additions and 1 deletions
|
@ -70,7 +70,10 @@ pipeline {
|
||||||
stage('CMake') {
|
stage('CMake') {
|
||||||
steps {
|
steps {
|
||||||
dir("${LLVM_DIR}"){
|
dir("${LLVM_DIR}"){
|
||||||
powershell "${SCRIPT_DIR}/run_cmake.ps1 -projects detect"
|
// TODO(kuhnel): disabling because of broken dependencies:
|
||||||
|
// https://jenkins.llvm-merge-guard.org/job/amd64_windows_vs2017/690/execution/node/53/log/
|
||||||
|
//powershell "${SCRIPT_DIR}/run_cmake.ps1 -projects detect"
|
||||||
|
powershell "${SCRIPT_DIR}/run_cmake.ps1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue