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

CI rm unnecessary -B . from Win cmake command

parent 3dd9dc20
No related branches found
No related tags found
1 merge request!2519CI minor cleanup
Pipeline #140096 passed
......@@ -195,13 +195,12 @@ windows:
# configure, make, test, pack
- cmake --version
- >
cmake -G "Ninja" -DCMAKE_BUILD_TYPE=Release
cmake .. -G "Ninja" -DCMAKE_BUILD_TYPE=Release
-DCMAKE_PREFIX_PATH="$OPT_DIR;$QTCMake_DIR;$BOOST_DIR"
-DPython3_ROOT_DIR="$PY_PLATFORM_DIR"
-DCPACK_IFW_ROOT="C:/Qt/Tools/QtInstallerFramework/4.5"
-DCMAKE_C_COMPILER_LAUNCHER="buildcache.exe"
-DCMAKE_CXX_COMPILER_LAUNCHER="buildcache.exe"
-B . ..
- pwd
- >
if($CI_PIPELINE_SOURCE -eq "schedule")
......
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