Skip to content
Snippets Groups Projects
Commit 66f79cb6 authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Try again with cpack debug

parent 5dfdfcab
No related branches found
No related tags found
No related merge requests found
...@@ -269,7 +269,7 @@ windows:pack_debug: ...@@ -269,7 +269,7 @@ windows:pack_debug:
script: script:
- $env:PATH+=";C:/Shared/Deploy" - $env:PATH+=";C:/Shared/Deploy"
- cd build_debug - cd build_debug
- cpack -DCPACK_INSTALL_CMAKE_CONFIGURATIONS=RelWithDebInfo - cpack -DCMAKE_BUILD_TYPE=RelWithDebInfo
- Invoke-RestMethod -Headers @{ "JOB-TOKEN"="$CI_JOB_TOKEN" } -InFile "../libftl-protocol-${CI_COMMIT_TAG}-win64.zip" -uri "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/libftl-protocol/${CI_COMMIT_TAG}/libftl-protocol-${CI_COMMIT_TAG}-win64-debug.zip" -Method put - Invoke-RestMethod -Headers @{ "JOB-TOKEN"="$CI_JOB_TOKEN" } -InFile "../libftl-protocol-${CI_COMMIT_TAG}-win64.zip" -uri "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/libftl-protocol/${CI_COMMIT_TAG}/libftl-protocol-${CI_COMMIT_TAG}-win64-debug.zip" -Method put
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment