running psh from cmd
This commit is contained in:
parent
3c0c4547ff
commit
059c2822e0
1 changed files with 1 additions and 1 deletions
2
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
2
Jenkins/master-windows-pipeline/Jenkinsfile
vendored
|
@ -37,7 +37,7 @@ pipeline {
|
|||
}
|
||||
stage('CMake') {
|
||||
steps {
|
||||
powershell "${SCRIPT_DIR}/run_cmake.ps1"
|
||||
bat "powershell ${SCRIPT_DIR}/run_cmake.ps1"
|
||||
}
|
||||
}
|
||||
stage('ninja all') {
|
||||
|
|
Loading…
Reference in a new issue