1
0
Fork 0

disabled project detection

This commit is contained in:
Christian Kühnel 2020-02-03 12:43:19 +01:00
parent 5fe1299160
commit 2405f5b828

View file

@ -70,7 +70,10 @@ pipeline {
stage('CMake') {
steps {
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"
}
}
}