CMake/.gitlab/ci/package_windows.ps1
Brad King 1f46bc299b ci: Extend packaging pipeline to sign Windows binaries automatically
Split packaging on Windows into dedicated jobs that run with access to
an EV signing certificate.

Prior to commit 0929221ca3 (gitlab-ci: Simplify Windows packaging
pipeline, 2023-02-28, v3.26.0-rc5~3^2~3) we had separate packaging jobs,
but they did not run in release packaging pipelines.  Restore them, and
run them in both nightly and release packaging pipelines.
2025-03-19 11:22:30 -04:00

4 lines
102 B
PowerShell

cd build
. ../Utilities/Release/win/sign-package.ps1 -cpack cpack
if (-not $?) { Exit $LastExitCode }