aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/linux_android_tests_multi_abi.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/platform_configs/linux_android_tests_multi_abi.yaml')
-rw-r--r--coin/platform_configs/linux_android_tests_multi_abi.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/coin/platform_configs/linux_android_tests_multi_abi.yaml b/coin/platform_configs/linux_android_tests_multi_abi.yaml
new file mode 100644
index 00000000..95966de6
--- /dev/null
+++ b/coin/platform_configs/linux_android_tests_multi_abi.yaml
@@ -0,0 +1,28 @@
+Version: 2
+Configurations:
+-
+ Id: 'rhel_8.8_android_multi'
+ Template: 'qtci-linux-RHEL-8.8-x86_64-50'
+ Target os: 'Android_ANY'
+ Target arch: 'multi'
+ Compiler: 'GCC'
+ Target compiler: 'Clang'
+ Platform dependency: [
+ 'rhel-8.8',
+ 'android-9-x86-on-linux',
+ 'android-14-x86_64-on-linux'
+ ]
+ Features: [
+ 'Sccache',
+ 'WarningsAreErrors',
+ 'AndroidTestRun',
+ 'MinimalAndroidMultiABITests',
+ 'InstallDepsPerPlatformSubdir'
+ ]
+ Environment variables: [
+ 'QT_CI_ARTIFACT_ID_PATH_Android-host=QT_CI_ARTIFACT_ID_PATH_rhel-8.8',
+ 'QT_CI_ARTIFACT_ID_PATH_Android-x86=QT_CI_ARTIFACT_ID_PATH_android-9-x86-on-linux',
+ 'QT_CI_ARTIFACT_ID_PATH_Android-x86_64=QT_CI_ARTIFACT_ID_PATH_android-14-x86_64-on-linux',
+ 'COMMON_TARGET_TEST_CMAKE_ARGS=-DQT_ANDROID_ABIS="x86;x86_64"',
+ 'ANDROID_EMULATOR=emulator_x86_api_28'
+ ]