aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/linux_android_tests_developer.yaml
diff options
context:
space:
mode:
authorAndreas Buhr <andreas.buhr@qt.io>2022-04-22 10:29:21 +0200
committerAndreas Buhr <andreas.buhr@qt.io>2022-05-18 14:29:34 +0200
commitfb2ad5889ed1049a617798170d75049d7fcbe129 (patch)
treed84c1f8c1e5ff45182c5500ac52108314342cbe3 /coin/platform_configs/linux_android_tests_developer.yaml
parent2580f6984f90d1245e36ae77f8a09a38c377b2cd (diff)
Activate testing of developer build for Android in qtdeclarative
Pick-to: 6.2 6.3 Fixes: QTBUG-101865 Fixes: QTBUG-102943 Change-Id: Ib6a2345f77b52749c5e7945d19e2eaa52e311758 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Diffstat (limited to 'coin/platform_configs/linux_android_tests_developer.yaml')
-rw-r--r--coin/platform_configs/linux_android_tests_developer.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/coin/platform_configs/linux_android_tests_developer.yaml b/coin/platform_configs/linux_android_tests_developer.yaml
new file mode 100644
index 00000000..d5f54348
--- /dev/null
+++ b/coin/platform_configs/linux_android_tests_developer.yaml
@@ -0,0 +1,16 @@
+Version: 2
+Configurations:
+-
+ Template: 'qtci-linux-RHEL-8.4-x86_64-50'
+ Target os: 'Android_ANY'
+ Target arch: 'x86'
+ Compiler: 'GCC'
+ Target compiler: 'Clang'
+ Platform dependency: 'RHEL-8.4-host'
+ Features: ['Packaging', 'Sccache', 'AndroidTestRun']
+ Environment variables: [
+ 'TARGET_CONFIGURE_ARGS=-DQT_BUILD_EXAMPLES=OFF -DFEATURE_developer_build=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_TOOLCHAIN_FILE={{.Env.ANDROID_NDK_ROOT}}/build/cmake/android.toolchain.cmake -DANDROID_SDK_ROOT={{.Env.ANDROID_SDK_ROOT}} -DANDROID_ABI=x86 -DCMAKE_C_COMPILER_FRONTEND_VARIANT=GNU -DCMAKE_CXX_COMPILER_FRONTEND_VARIANT=GNU -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_ANDROID_HOME}}',
+ 'CONAN_HOST_PROFILE=coin/conan/profiles/linux-x86_64-gcc',
+ 'CONAN_INSTALL_DIR={{.InstallDir}}/target',
+ 'CONAN_PROFILE=coin/conan/profiles/unix-android-x86-clang',
+ 'ANDROID_EMULATOR=@emulator_x86_api_23']