From 07a9fbe5f133230c4bd4bc4f81727c579214e4af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo=20F=C3=A4lt?= Date: Thu, 11 Mar 2021 09:17:27 +0200 Subject: [PATCH] Drop configs which are not needed by Qt5#Pyside This will free CI resources. Change-Id: Ib4af5ba7ece2a88b8a75b481a04a56ed4410c199 Reviewed-by: Friedemann Kleint --- coin/platform_configs/macos.yaml | 33 -------------------------------- 1 file changed, 33 deletions(-) diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index fcbd14bf..a0256ab8 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-100' - 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-100' - 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-100' - 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' - ]