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

Fix tag name of pipelines

parent e68cfbd6
No related branches found
No related tags found
No related merge requests found
...@@ -219,7 +219,7 @@ windows:build_arm64: ...@@ -219,7 +219,7 @@ windows:build_arm64:
- if (Test-Path build_arm64) { Remove-Item build_arm64/ -Recurse } - if (Test-Path build_arm64) { Remove-Item build_arm64/ -Recurse }
- mkdir build_arm64 - mkdir build_arm64
- cd build_arm64 - cd build_arm64
- cmake -DCMAKE_GENERATOR_PLATFORM=arm64 -DWITH_GNUTLS=FALSE -DBUILD_TESTS=FALSE -DURIPARSER_LIBRARY="C:/Build/bin_arm64/uriparser/Release/uriparser.lib" -DBUILD_TESTING=FALSE .. - cmake -DCMAKE_GENERATOR_PLATFORM=arm64 "-DFTL_VERSION=$CI_COMMIT_TAG" -DWITH_GNUTLS=FALSE -DBUILD_TESTS=FALSE -DURIPARSER_LIBRARY="C:/Build/bin_arm64/uriparser/Release/uriparser.lib" -DBUILD_TESTING=FALSE ..
- cmake --build . --config Release - cmake --build . --config Release
windows:test: windows:test:
...@@ -326,7 +326,7 @@ windows:pack_arm64: ...@@ -326,7 +326,7 @@ windows:pack_arm64:
- $env:PATH+=";C:/Shared/Deploy" - $env:PATH+=";C:/Shared/Deploy"
- cd build_arm64 - cd build_arm64
- cpack - cpack
- Invoke-RestMethod -Headers @{ "JOB-TOKEN"="$CI_JOB_TOKEN" } -InFile "../libftl-protocol-${CI_COMMIT_TAG}-arm64.zip" -uri "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/generic/libftl-protocol/${CI_COMMIT_TAG}/libftl-protocol-${CI_COMMIT_TAG}-arm64.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}-arm64.zip" -Method put
artifacts: artifacts:
when: always when: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment