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

CI Win: rm unused, rm verbous dir

parent 103c0b75
No related branches found
No related tags found
1 merge request!499Refactorings in Particle context
Pipeline #51185 passed
...@@ -33,8 +33,6 @@ windows: ...@@ -33,8 +33,6 @@ windows:
- build/ - build/
script: script:
- $OPT_DIR = "C:/opt/x64" - $OPT_DIR = "C:/opt/x64"
- $FFTW3_INCLUDE_DIR = "$OPT_DIR/include"
- $FFTW3_LIB = "$OPT_DIR/lib/libfftw3-3.lib"
- $BOOST_DIR = "$OPT_DIR/boost_current" - $BOOST_DIR = "$OPT_DIR/boost_current"
- $BOOST_INCLUDE_DIR = "$BOOST_DIR/include" - $BOOST_INCLUDE_DIR = "$BOOST_DIR/include"
- $BOOST_LIB_DIR = "$BOOST_DIR/lib" - $BOOST_LIB_DIR = "$BOOST_DIR/lib"
...@@ -54,7 +52,6 @@ windows: ...@@ -54,7 +52,6 @@ windows:
- if(!(Test-Path -path $BUILD_DIR)) { mkdir -Force $BUILD_DIR; echo "build from scratch" } - if(!(Test-Path -path $BUILD_DIR)) { mkdir -Force $BUILD_DIR; echo "build from scratch" }
- cd $BUILD_DIR - cd $BUILD_DIR
- Remove-Item CM* -Recurse - Remove-Item CM* -Recurse
- Get-ChildItem
- pwd - pwd
- echo "#--- CONFIGURE ---" - echo "#--- CONFIGURE ---"
- cmake --version - 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