commit | 4c7c66dcf542af7f9d4f0632cfebc499c58602b7 | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Thu May 19 13:40:22 2022 -0400 |
committer | Brad King <brad.king@kitware.com> | Thu May 19 15:25:55 2022 -0400 |
tree | edf953c092f2b454779d5b12b64ad1e90068cac7 | |
parent | 729ee30c2eb627808f64199e3337fe7b0fcf8a74 [diff] |
gitlab-ci: Add jobs to make Windows x86_64 and i386 packages Run CPack in a separate job for nightly binaries, and not at all for release binaries. Unlike macOS disk images (.dmg), we cannot sign the binaries inside Windows installers (.msi) after-the-fact. Instead, produce enough artifacts from the build job to sign and package release binaries manually. Port build settings from `Utilities/Release/win/x86/Dockerfile` and its helper scripts.