summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/configure_windows_x86_64_package.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ci: Factor out Windows x86-family-specific package configurationBrad King2022-06-131-0/+1
|
* gitlab-ci: Add jobs to make Windows x86_64 and i386 packagesBrad King2022-05-191-0/+9
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.