mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-09 12:37:50 +08:00
Coin: Add precheck yaml
Defines configurations that will run on default precheck.
Change-Id: Idb7d3981b2679c3714f86a92808e90fe33aaf136
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
(cherry picked from commit 43a461de46)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
committed by
Qt Cherry-pick Bot
parent
ce0d6e3632
commit
c4124c22bc
@@ -117,6 +117,7 @@ Configurations:
|
|||||||
Environment variables: [
|
Environment variables: [
|
||||||
'CONAN_PROFILE=coin/conan/profiles/linux-x86_64-gcc']
|
'CONAN_PROFILE=coin/conan/profiles/linux-x86_64-gcc']
|
||||||
-
|
-
|
||||||
|
Id: 'ios-universal'
|
||||||
Template: 'qtci-macos-11-x86_64-104'
|
Template: 'qtci-macos-11-x86_64-104'
|
||||||
Target os: 'IOS_ANY'
|
Target os: 'IOS_ANY'
|
||||||
Target arch: 'arm64'
|
Target arch: 'arm64'
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
Version: 2
|
Version: 2
|
||||||
Configurations:
|
Configurations:
|
||||||
-
|
-
|
||||||
|
Id: 'qemu-armv7-on-ubuntu20.04'
|
||||||
Template: 'qtci-linux-Ubuntu-20.04-x86_64-50'
|
Template: 'qtci-linux-Ubuntu-20.04-x86_64-50'
|
||||||
Target os: 'QEMU'
|
Target os: 'QEMU'
|
||||||
Target arch: 'armv7'
|
Target arch: 'armv7'
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
Version: 2
|
Version: 2
|
||||||
Configurations:
|
Configurations:
|
||||||
-
|
-
|
||||||
|
Id: 'qnx-x86_64-on-ubuntu20.04'
|
||||||
Template: 'qtci-linux-Ubuntu-20.04-x86_64-50'
|
Template: 'qtci-linux-Ubuntu-20.04-x86_64-50'
|
||||||
Target os: 'QNX_710'
|
Target os: 'QNX_710'
|
||||||
Target arch: 'x86_64'
|
Target arch: 'x86_64'
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
Version: 2
|
Version: 2
|
||||||
Configurations:
|
Configurations:
|
||||||
-
|
-
|
||||||
|
Id: 'sles-15-static'
|
||||||
Template: 'qtci-linux-SLES-15_SP3-x86_64-51'
|
Template: 'qtci-linux-SLES-15_SP3-x86_64-51'
|
||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
Features: ['Sccache', 'MinimalStaticTests']
|
Features: ['Sccache', 'MinimalStaticTests']
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
Version: 2
|
Version: 2
|
||||||
Configurations:
|
Configurations:
|
||||||
-
|
-
|
||||||
|
Id: 'android-arm64-on-macos'
|
||||||
Template: 'qtci-macos-10.14-x86_64'
|
Template: 'qtci-macos-10.14-x86_64'
|
||||||
Target os: 'Android_ANY'
|
Target os: 'Android_ANY'
|
||||||
Target arch: 'arm64'
|
Target arch: 'arm64'
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
Version: 2
|
Version: 2
|
||||||
Configurations:
|
Configurations:
|
||||||
-
|
-
|
||||||
|
Id: "integrity-arm64-on-ubuntu20.04"
|
||||||
Template: 'qtci-linux-Ubuntu-20.04-x86_64-50'
|
Template: 'qtci-linux-Ubuntu-20.04-x86_64-50'
|
||||||
Compiler: 'GCC'
|
Compiler: 'GCC'
|
||||||
Target os: 'INTEGRITY'
|
Target os: 'INTEGRITY'
|
||||||
|
|||||||
28
coin/platform_configs/precheck.yaml
Normal file
28
coin/platform_configs/precheck.yaml
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
Version: 2
|
||||||
|
Module only: True
|
||||||
|
Include: [
|
||||||
|
cmake_platforms.yaml: [
|
||||||
|
"Ubuntu-20.04-host",
|
||||||
|
"Windows10_21H2-MSVC2019-x64-host",
|
||||||
|
"ios-universal"
|
||||||
|
],
|
||||||
|
macos.yaml: [
|
||||||
|
"macos-12-arm64-tests",
|
||||||
|
],
|
||||||
|
cmake_platforms_static_tests.yaml: [
|
||||||
|
"sles-15-static"
|
||||||
|
],
|
||||||
|
cmake_platforms_target_android_host_macos.yaml: [
|
||||||
|
"android-arm64-on-macos"
|
||||||
|
],
|
||||||
|
cmake_platforms_qemu.yaml: [
|
||||||
|
"qemu-armv7-on-ubuntu20.04"
|
||||||
|
],
|
||||||
|
cmake_platforms_qemu_qnx710.yaml: [
|
||||||
|
"qnx-x86_64-on-ubuntu20.04"
|
||||||
|
],
|
||||||
|
integrity.yaml: [
|
||||||
|
"integrity-arm64-on-ubuntu20.04"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
Configurations: []
|
||||||
Reference in New Issue
Block a user