mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-20 20:06:32 +08:00
coin: Make macOS on ARM packaging tests significant for a few modules
Not all modules pass yet, but we want to at least make the ones that do blocking. Change-Id: Ic3270bab8825c79d3315e6241d62af1bf7f62435 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
This commit is contained in:
8
coin/platform_configs/macos-universal-build-tests.yaml
Normal file
8
coin/platform_configs/macos-universal-build-tests.yaml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
Version: 2
|
||||||
|
Configurations:
|
||||||
|
-
|
||||||
|
Id: 'macos-11-arm64-tests'
|
||||||
|
Template: 'qtci-macos-11.0-arm64'
|
||||||
|
Compiler: 'Clang'
|
||||||
|
Features: ['Sccache', 'TestOnly']
|
||||||
|
Platform dependency: 'macos-latest-xcode-universal-packaging-build'
|
||||||
@@ -33,12 +33,6 @@ Configurations:
|
|||||||
Compiler: 'Clang'
|
Compiler: 'Clang'
|
||||||
Features: ['Sccache', 'TestOnly']
|
Features: ['Sccache', 'TestOnly']
|
||||||
Platform dependency: 'macos-latest-xcode-universal-packaging-build'
|
Platform dependency: 'macos-latest-xcode-universal-packaging-build'
|
||||||
-
|
|
||||||
Id: 'macos-11-arm64-tests'
|
|
||||||
Template: 'qtci-macos-11.0-arm64'
|
|
||||||
Compiler: 'Clang'
|
|
||||||
Features: ['Sccache', 'TestOnly', 'InsignificantTests']
|
|
||||||
Platform dependency: 'macos-latest-xcode-universal-packaging-build'
|
|
||||||
|
|
||||||
# Build developer builds for all modules, but only run tests for qtbase and declarative.
|
# Build developer builds for all modules, but only run tests for qtbase and declarative.
|
||||||
# See macos-developer-build-tests.yaml for the tests
|
# See macos-developer-build-tests.yaml for the tests
|
||||||
|
|||||||
@@ -2,7 +2,8 @@ Version: 2
|
|||||||
Include: [
|
Include: [
|
||||||
cmake_platforms.yaml,
|
cmake_platforms.yaml,
|
||||||
cmake_platforms_static_tests.yaml,
|
cmake_platforms_static_tests.yaml,
|
||||||
macos-developer-build-tests.yaml
|
macos-developer-build-tests.yaml,
|
||||||
|
macos-universal-build-tests.yaml
|
||||||
]
|
]
|
||||||
Configurations:
|
Configurations:
|
||||||
-
|
-
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
Version: 2
|
Version: 2
|
||||||
Include: [
|
Include: [
|
||||||
cmake_platforms.yaml,
|
cmake_platforms.yaml,
|
||||||
macos-developer-build-tests.yaml
|
macos-developer-build-tests.yaml,
|
||||||
|
macos-universal-build-tests.yaml
|
||||||
]
|
]
|
||||||
Configurations: []
|
Configurations: []
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
Version: 2
|
Version: 2
|
||||||
Include: [cmake_platforms.yaml]
|
Include: [
|
||||||
|
cmake_platforms.yaml,
|
||||||
|
macos-universal-build-tests.yaml
|
||||||
|
]
|
||||||
Configurations: []
|
Configurations: []
|
||||||
|
|||||||
Reference in New Issue
Block a user