1
0
Fork 0

enabling project detection on Windows

This commit is contained in:
Christian Kühnel 2020-02-03 10:22:49 +00:00
parent 4c186daf95
commit f0509c17ef

View file

@ -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"
}
}
}