aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/macos.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/platform_configs/macos.yaml')
-rw-r--r--coin/platform_configs/macos.yaml33
1 files changed, 0 insertions, 33 deletions
diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml
index bc76aff8..77068521 100644
--- a/coin/platform_configs/macos.yaml
+++ b/coin/platform_configs/macos.yaml
@@ -11,36 +11,3 @@ Configurations:
'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'
]
-
- # Then run tests on all supported deployment targets
- -
- Id: 'macos-10.14-x86_64-tests'
- Template: 'qtci-macos-10.14-x86_64'
- Compiler: 'Clang'
- Features: ['Sccache', 'TestOnly']
- Platform dependency: 'macos-latest-xcode-x86_64-packaging-build'
- -
- Id: 'macos-10.15-x86_64-tests'
- Template: 'qtci-macos-10.15-x86_64-102'
- Compiler: 'Clang'
- Features: ['Sccache', 'TestOnly', 'InsignificantTests']
- Platform dependency: 'macos-latest-xcode-x86_64-packaging-build'
- -
- Id: 'macos-11-x86_64-tests'
- Template: 'qtci-macos-11.0-x86_64-102'
- Compiler: 'Clang'
- Features: ['Sccache', 'TestOnly', 'InsignificantTests']
- Platform dependency: 'macos-latest-xcode-x86_64-packaging-build'
-
- # Build developer builds for all modules, but only run tests for qtbase and declarative.
- # See macos-developer-build-tests.yaml for the tests
- -
- Id: 'macos-latest-xcode-x86_64-developer-build'
- Template: 'qtci-macos-11.0-x86_64-102'
- Compiler: 'Clang'
- Features: ['Sccache', 'DoNotRunTests']
- Configure arguments: '-DFEATURE_developer_build=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBUILD_WITH_PCH=OFF -DFEATURE_framework=OFF -DQT_NAMESPACE=TestNamespace -DQT_BUILD_EXAMPLES=ON -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'
- ]