aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/linux_android_tests_developer.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/platform_configs/linux_android_tests_developer.yaml')
-rw-r--r--coin/platform_configs/linux_android_tests_developer.yaml17
1 files changed, 17 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..045edd36
--- /dev/null
+++ b/coin/platform_configs/linux_android_tests_developer.yaml
@@ -0,0 +1,17 @@
+Version: 2
+Configurations:
+-
+ Id: 'android-x86-developer-build-testrun-on-linux'
+ Template: 'qtci-linux-RHEL-8.8-x86_64-50'
+ Target os: 'Android_ANY'
+ Target arch: 'x86'
+ Compiler: 'GCC'
+ Target compiler: 'Clang'
+ Platform dependency: 'rhel-8.8'
+ Features: ['Packaging', 'Sccache', 'AndroidTestRun', 'UseConfigure']
+ Environment variables: [
+ 'TARGET_CONFIGURE_ARGS=-nomake examples -debug -developer-build -android-ndk {{.Env.ANDROID_NDK_ROOT_DEFAULT}} -android-sdk {{.Env.ANDROID_SDK_ROOT}} -android-abis x86',
+ 'TARGET_CMAKE_ARGS=-DCMAKE_C_COMPILER_FRONTEND_VARIANT=GNU -DCMAKE_CXX_COMPILER_FRONTEND_VARIANT=GNU -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_ANDROID_HOME_DEFAULT}}',
+ 'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_ANDROID}}',
+ 'NON_QTBASE_TARGET_CMAKE_ARGS=-DFEATURE_native_grpc=OFF',
+ 'ANDROID_EMULATOR=emulator_x86_api_26']