diff options
author | Brad King <brad.king@kitware.com> | 2021-01-06 22:02:23 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-01-07 21:56:05 (GMT) |
commit | 6410425e5b036dc643ea40343899c04cf8b2fc85 (patch) | |
tree | e02fc7fcaa7c608ad6c1352d80a3209ed0b7708c /.gitlab/os-macos.yml | |
parent | bbec5a03c820a9f5a397bc3310cba9f123dcfd57 (diff) | |
download | CMake-6410425e5b036dc643ea40343899c04cf8b2fc85.zip CMake-6410425e5b036dc643ea40343899c04cf8b2fc85.tar.gz CMake-6410425e5b036dc643ea40343899c04cf8b2fc85.tar.bz2 |
ci: build separate macOS packages for macOS 10.13+ and macOS 10.10+
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
Diffstat (limited to '.gitlab/os-macos.yml')
-rw-r--r-- | .gitlab/os-macos.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab/os-macos.yml b/.gitlab/os-macos.yml index 7819e3f..450bae7 100644 --- a/.gitlab/os-macos.yml +++ b/.gitlab/os-macos.yml @@ -47,6 +47,14 @@ CTEST_NO_WARNINGS_ALLOWED: 1 CMake_SKIP_INSTALL: 1 +.macos10.10_package: + extends: .macos_build + + variables: + CMAKE_CONFIGURATION: macos10.10_package + CTEST_NO_WARNINGS_ALLOWED: 1 + CMake_SKIP_INSTALL: 1 + ### External testing .macos_xcode: |