aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/qtdeclarative.yaml
diff options
context:
space:
mode:
authorToni Saario <toni.saario@qt.io>2021-01-12 18:09:36 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2021-01-23 14:51:46 +0100
commitb57b2358cba07dc339da51dd330b5693af8def09 (patch)
treee1d8c8b83e2278f19b57e7934822b4087b3051be /coin/platform_configs/qtdeclarative.yaml
parentb22c2c575705fa726157cc8a9c73190a1fc0965c (diff)
macOS: Split building and testing stages
We now build with the latest Xcode available, and then run the tests on all the supported deployment target (10.14, 10.15, 11). At this point we have the following build/test coverage: - Packaging build, all modules tested on: - 10.14 (significant) - 10.15 (insignificant) - 11.x (insignificant) - Developer build, qtbase/declarative tested on: - 10.14 (significant) - 10.15 (insignificant) - 11.x (insignificant) Change-Id: I309bbf5ace7b22b768203f579e29f7a9e2b589b9 Reviewed-by: Toni Saario <toni.saario@qt.io>
Diffstat (limited to 'coin/platform_configs/qtdeclarative.yaml')
-rw-r--r--coin/platform_configs/qtdeclarative.yaml16
1 files changed, 5 insertions, 11 deletions
diff --git a/coin/platform_configs/qtdeclarative.yaml b/coin/platform_configs/qtdeclarative.yaml
index ede20ead..03773931 100644
--- a/coin/platform_configs/qtdeclarative.yaml
+++ b/coin/platform_configs/qtdeclarative.yaml
@@ -1,12 +1,6 @@
Version: 2
-Include: [cmake_platforms.yaml]
-Configurations:
--
- Template: 'qtci-macos-10.14-x86_64'
- Compiler: 'Clang'
- Features: ['Sccache']
- Configure arguments: '-DFEATURE_developer_build=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_WITH_PCH=OFF -DFEATURE_framework=OFF -DQT_NAMESPACE=TestNamespace -DQT_BUILD_EXAMPLES=OFF -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache'
- Environment variables: [
- 'NON_QTBASE_CONFIGURE_ARGS=-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache',
- 'TEST_CONFIGURE_ARGS=-DCMAKE_C_COMPILER_LAUNCHER=sccache -DCMAKE_CXX_COMPILER_LAUNCHER=sccache'
- ]
+Include: [
+ cmake_platforms.yaml,
+ macos-developer-build-tests.yaml
+]
+Configurations: []