mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-18 11:06:12 +08:00
Add Android Multi-ABI CI preset
Add the minimal test preset for Multi-ABI Qt for Android. Change-Id: Ic534daa5cea823b08b718f43ece637f9f9b375d9 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
committed by
Assam Boudjelthia
parent
2a7c08f591
commit
8f6cdc23be
26
coin/platform_configs/linux_android_tests_multi_abi.yaml
Normal file
26
coin/platform_configs/linux_android_tests_multi_abi.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
Version: 2
|
||||
Configurations:
|
||||
-
|
||||
Id: 'RHEL_Android_Multi'
|
||||
Template: 'qtci-linux-RHEL-8.4-x86_64-50'
|
||||
Target os: 'Android_ANY'
|
||||
Target arch: 'multi'
|
||||
Compiler: 'GCC'
|
||||
Target compiler: 'Clang'
|
||||
Platform dependency: [
|
||||
'RHEL-8.4-host',
|
||||
'RHEL-8.4-Android-x86',
|
||||
'RHEL-8.4-Android-x86_64'
|
||||
]
|
||||
Features: [
|
||||
'Sccache',
|
||||
'AndroidTestRun',
|
||||
'MinimalAndroidMultiABITests',
|
||||
'InstallDepsPerPlatformSubdir'
|
||||
]
|
||||
Environment variables: [
|
||||
'QT_CI_ARTIFACT_ID_PATH_Android-host=QT_CI_ARTIFACT_ID_PATH_RHEL-8.4-host',
|
||||
'QT_CI_ARTIFACT_ID_PATH_Android-x86=QT_CI_ARTIFACT_ID_PATH_RHEL-8.4-Android-x86',
|
||||
'QT_CI_ARTIFACT_ID_PATH_Android-x86_64=QT_CI_ARTIFACT_ID_PATH_RHEL-8.4-Android-x86_64',
|
||||
'COMMON_TARGET_TEST_CMAKE_ARGS=-DQT_ANDROID_ABIS="x86;x86_64"'
|
||||
]
|
||||
Reference in New Issue
Block a user