summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/configure_macos_package_common.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ci: Split macOS 10.10+ and 10.13+ package language standard selectionBrad King2023-06-151-2/+0
| | | | Prepare to use a different language standard level for each package.
* ci: Drop unnecessary -stdlib flag from macOS packageBrad King2023-06-151-1/+0
| | | | AppleClang uses `libc++` by default.
* Tests: Modernize name of option to control existence of BootstrapTestBrad King2023-05-181-1/+1
|
* ci: build separate macOS packages for macOS 10.13+ and macOS 10.10+Brad King2021-01-071-0/+26
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