From 3072446274acf7f52f4cdfabc20a656e35ce942b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tor=20Arne=20Vestb=C3=B8?= Date: Fri, 3 Dec 2021 15:17:18 +0100 Subject: coin: Run macOS x86_64 developer build tests for all modules Aligns the way we test x86_64 and arm64 developer builds. Pick-to: 6.2 6.3 Change-Id: I87ea5e183b5ee29c62304b22eaf20c4b46ec3b0d Reviewed-by: Volker Hilsheimer --- coin/platform_configs/macos.yaml | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) (limited to 'coin/platform_configs/macos.yaml') diff --git a/coin/platform_configs/macos.yaml b/coin/platform_configs/macos.yaml index 19f8bbfb..aa12bbee 100644 --- a/coin/platform_configs/macos.yaml +++ b/coin/platform_configs/macos.yaml @@ -81,18 +81,39 @@ Configurations: # Test on all supported macOS versions (deployment targets) + - + Id: 'macos-10.14-x86_64-developer-build-tests' + Template: 'qtci-macos-10.14-x86_64' + Compiler: 'Clang' + Features: ['Sccache', 'TestOnly'] + Platform dependency: 'macos-latest-xcode-x86_64-developer-build' + - + Id: 'macos-10.15-x86_64-developer-build-tests' + Template: 'qtci-macos-10.15-x86_64-102' + Compiler: 'Clang' + Features: ['Sccache', 'TestOnly'] + Platform dependency: 'macos-latest-xcode-x86_64-developer-build' + - + Id: 'macos-11-x86_64-developer-build-tests' + Template: 'qtci-macos-11-x86_64-104' + Compiler: 'Clang' + Features: ['Sccache', 'TestOnly'] + Platform dependency: 'macos-latest-xcode-x86_64-developer-build' - Id: 'macos-11-arm64-developer-build-tests' Template: 'qtci-macos-11.0-arm64' Compiler: 'Clang' Features: ['TestOnly'] Platform dependency: 'macos-latest-xcode-arm64-developer-build' + - + Id: 'macos-12-x86_64-developer-build-tests' + Template: 'qtci-macos-12-x86_64-102' + Compiler: 'Clang' + Features: ['Sccache', 'TestOnly'] + Platform dependency: 'macos-latest-xcode-x86_64-developer-build' - Id: 'macos-12-arm64-developer-build-tests' Template: 'qtci-macos-12-arm64' Compiler: 'Clang' Features: ['TestOnly'] Platform dependency: 'macos-latest-xcode-arm64-developer-build' - - # See macos-developer-build-tests.yaml for x86_64 tests, - # as we limit those to qtbase and declarative. -- cgit v1.2.3