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

Try cpack config option

parent 66f79cb6
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 -DCMAKE_BUILD_TYPE=RelWithDebInfo - cpack -C 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.
Finish editing this message first!
Please register or to comment