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

msgs from CI

parent bd42f189
No related branches found
No related tags found
1 merge request!446avoid recompilation under WIN CI unless scheduled; get rid of MSVC warnings
......@@ -48,9 +48,9 @@ windows:
- 'dir Env:'
# make the CMake build directory
- echo "----------------------------------------"
- if($CI_PIPELINE_SOURCE -eq "schedule") { mkdir -Force $BUILD_DIR }
- if(!(Test-Path -path $BUILD_DIR)) { mkdir -Force $BUILD_DIR }
- cd "$BUILD_DIR"
- if($CI_PIPELINE_SOURCE -eq "schedule") { mkdir -Force $BUILD_DIR; echo "scheduled build" }
- if(!(Test-Path -path $BUILD_DIR)) { mkdir -Force $BUILD_DIR; echo "build from scratch" }
- cd $BUILD_DIR
- pwd
- echo "#--- CONFIGURE ---"
- cmake --version
......
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