Skip to content
Snippets Groups Projects

Draft: Check pipeline [DEBUG ONLY]

Closed Ammar Nejati requested to merge checkPipeline into main
+ 2
1
@@ -29,7 +29,7 @@ windows:
- Windows
stage: build
script:
- New-Item -ItemType "directory" -Confirm:$false -Force:$true -Name "build"
- mkdir -Force "build"
- cd build
- cmake -G "Visual Studio 17 2022" -A x64 -T host=x64 -DCERF_CPP=ON -DLIB_MAN=OFF -DCMAKE_INSTALL_PREFIX=C:\opt\x64 -B. ..
- cmake --build . --config Release
@@ -38,6 +38,7 @@ windows:
- dir Release
- ctest -C Release --output-on-failure
- cpack .
- echo "CI_COMMIT_BRANCH = '$CI_COMMIT_BRANCH' ; CI_COMMIT_REF_NAME = '$CI_COMMIT_REF_NAME'"
- if ($CI_COMMIT_REF_NAME -eq "main") { cmake --install }
artifacts:
paths:
Loading