Skip to content
Snippets Groups Projects
Commit b9adc6f0 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

corr powershell test for equality

parent 9f33e4d4
No related branches found
No related tags found
1 merge request!446avoid recompilation under WIN CI unless scheduled; get rid of MSVC warnings
Pipeline #49058 passed
......@@ -48,7 +48,7 @@ windows:
- 'dir Env:'
# make the CMake build directory
- echo "----------------------------------------"
- if($CI_PIPELINE_SOURCE == "schedule") { mkdir -Force $BUILD_DIR }
- if($CI_PIPELINE_SOURCE -eq "schedule") { mkdir -Force $BUILD_DIR }
- if(!(Test-Path -path $BUILD_DIR)) { mkdir -Force $BUILD_DIR }
- cd "$BUILD_DIR"
- pwd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment