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

CI Win: rm CM*

parent aec79156
No related branches found
No related tags found
1 merge request!499Refactorings in Particle context
Pipeline #51182 passed
......@@ -53,6 +53,8 @@ windows:
- 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
- Remove-Item CM* -Recurse
- Get-ChildItem
- 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