enabling project detection on Windows
This commit is contained in:
parent
4c186daf95
commit
f0509c17ef
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ pipeline {
|
|||
stage('CMake') {
|
||||
steps {
|
||||
dir("${LLVM_DIR}"){
|
||||
powershell "${SCRIPT_DIR}/run_cmake.ps1"
|
||||
powershell "${SCRIPT_DIR}/run_cmake.ps1 -projects detect"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue