1
0
Fork 0

revert of last commit

This commit is contained in:
Christian Kühnel 2019-12-02 14:43:02 +01:00
parent 059c2822e0
commit 10eb2dbd3a

View file

@ -37,7 +37,7 @@ pipeline {
} }
stage('CMake') { stage('CMake') {
steps { steps {
bat "powershell ${SCRIPT_DIR}/run_cmake.ps1" powershell "${SCRIPT_DIR}/run_cmake.ps1"
} }
} }
stage('ninja all') { stage('ninja all') {