summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/download_qt.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Utilities/Release: Update to Qt 5.15.10 on windows-{x86_64,i386} buildsdoufu2023-09-071-4/+4
| | | | | Fixes: #25187 Co-authored-by: Brad King <brad.king@kitware.com>
* gitlab-ci: Add job to build Windows arm64 binariesBrad King2022-06-131-0/+10
| | | | | | | | | | Base it on the approach from commit 4c7c66dcf5 (gitlab-ci: Add jobs to make Windows x86_64 and i386 packages, 2022-05-19). Leave out the packaging and upload steps for now because they are only for the nightly binaries, and will need a new release of CPack to pass the `arm64` architecture to WiX. Issue: #21902
* ci: Re-order logic for downloading Qt during packagingBrad King2022-06-131-2/+2
| | | | Prepare to support per-architecture URLs.
* gitlab-ci: Add jobs to make Windows x86_64 and i386 packagesBrad King2022-05-191-1/+13
| | | | | | | | | | | 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.
* gitlab-ci: Update Windows jobs to VS 2022Brad King2021-11-111-1/+2
|
* ci: Use Qt macOS 10.13+ package for macOS build and test jobsBrad King2021-02-231-52/+30
| | | | It is a universal binary for both `x86_64` and `arm64` architectures.
* ci: build separate macOS packages for macOS 10.13+ and macOS 10.10+Brad King2021-01-071-1/+5
| | | | | | | | | | In order to support modern macOS features like Dark Mode, we need to use Qt 5.15, which requires macOS 10.13. However, we still want to support macOS 10.10 as well, for which we need to use Qt 5.9. Build separate macOS packages for these use cases. Fixes: #21606 Issue: #20825
* ci: update to pre-built Qt 5.9.9 universal binaries for macOS packagesBrad King2020-12-101-2/+2
|
* ci: update to Qt 5.15.1Ben Boeckel2020-10-271-11/+4
|
* ci: use a pre-built Qt for macOS packagesBen Boeckel2020-09-161-9/+23
|
* ci: add download information for Qt on macOSBen Boeckel2020-06-101-0/+10
|
* ci: add a script to download QtBen Boeckel2020-06-101-0/+136