aboutsummaryrefslogtreecommitdiffstats
path: root/coin/platform_configs/cmake_platforms_target_android.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'coin/platform_configs/cmake_platforms_target_android.yaml')
-rw-r--r--coin/platform_configs/cmake_platforms_target_android.yaml65
1 files changed, 65 insertions, 0 deletions
diff --git a/coin/platform_configs/cmake_platforms_target_android.yaml b/coin/platform_configs/cmake_platforms_target_android.yaml
new file mode 100644
index 00000000..f1029f7c
--- /dev/null
+++ b/coin/platform_configs/cmake_platforms_target_android.yaml
@@ -0,0 +1,65 @@
+Version: 2
+Configurations:
+-
+ Id: 'android-arm64-on-macos'
+ Template: 'qtci-macos-12-x86_64-102'
+ Target os: 'Android_ANY'
+ Target arch: 'arm64'
+ Compiler: 'Clang'
+ Target compiler: 'Clang'
+ Platform dependency: 'macos-latest-xcode-universal-packaging-build'
+ Features: ['Packaging', 'Sccache', 'DisableTests', 'UseConfigure']
+ Environment variables: [
+ 'TARGET_CONFIGURE_ARGS=-nomake examples -release -force-debug-info -android-ndk {{.Env.ANDROID_NDK_ROOT_DEFAULT}} -android-sdk {{.Env.ANDROID_SDK_ROOT}} -android-abis arm64-v8a',
+ 'TARGET_CMAKE_ARGS=-DCMAKE_C_COMPILER_FRONTEND_VARIANT=GNU -DCMAKE_CXX_COMPILER_FRONTEND_VARIANT=GNU -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_ANDROID_HOME_DEFAULT}} -DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',
+ 'CONAN_HOST_PROFILE=coin/conan/profiles/ci-macos-universal-clang',
+ 'CONAN_PROFILE=coin/conan/profiles/ci-unix-android-arm64-clang',
+ 'ANDROID_NDK_ROOT={{.Env.ANDROID_NDK_ROOT_DEFAULT}}'
+ ]
+-
+ Template: 'qtci-windows-10_21H2-x86_64-51'
+ Target os: 'Android_ANY'
+ Target arch: 'armv7'
+ Compiler: 'Mingw'
+ Target compiler: 'Clang'
+ Platform dependency: 'Windows10_21H2-Mingw11-x64-host'
+ Features: ['Packaging', 'Sccache', 'DisableTests', 'UseConfigure']
+ Environment variables: [
+ 'Path={{.Env.MINGW1120}}\bin;{{.Env.Path}}',
+ 'TARGET_CONFIGURE_ARGS=-nomake examples -release -force-debug-info -android-ndk {{.Env.ANDROID_NDK_ROOT_DEFAULT}} -android-sdk {{.Env.ANDROID_SDK_ROOT}} -android-abis armeabi-v7a -no-feature-pkg-config',
+ 'TARGET_CMAKE_ARGS=-DCMAKE_C_COMPILER_FRONTEND_VARIANT=GNU -DCMAKE_CXX_COMPILER_FRONTEND_VARIANT=GNU -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_ANDROID_HOME_DEFAULT}} -DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',
+ 'CONAN_HOST_PROFILE=coin/conan/profiles/ci-windows-x86_64-mingw',
+ 'CONAN_PROFILE=coin/conan/profiles/ci-windows-android-armv7-clang',
+ 'ANDROID_NDK_ROOT={{.Env.ANDROID_NDK_ROOT_DEFAULT}}'
+ ]
+-
+ 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', 'VMSize8', 'UseConfigure']
+ Environment variables: [
+ 'TARGET_CONFIGURE_ARGS=-nomake examples -release -force-debug-info -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}} -DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',
+ 'CONAN_HOST_PROFILE=coin/conan/profiles/ci-linux-x86_64-gcc',
+ 'CONAN_PROFILE=coin/conan/profiles/ci-unix-android-x86-clang',
+ 'ANDROID_EMULATOR=@emulator_x86_api_23',
+ 'ANDROID_NDK_ROOT={{.Env.ANDROID_NDK_ROOT_DEFAULT}}'
+ ]
+-
+ Template: 'qtci-linux-RHEL-8.4-x86_64-50'
+ Target os: 'Android_ANY'
+ Target arch: 'x86_64'
+ Compiler: 'GCC'
+ Target compiler: 'Clang'
+ Platform dependency: 'RHEL-8.4-host'
+ Features: ['Packaging', 'Sccache', 'DisableTests', 'UseConfigure']
+ Environment variables: [
+ 'TARGET_CONFIGURE_ARGS=-nomake examples -release -force-debug-info -android-ndk {{.Env.ANDROID_NDK_ROOT_DEFAULT}} -android-sdk {{.Env.ANDROID_SDK_ROOT}} -android-abis x86_64',
+ 'TARGET_CMAKE_ARGS=-DCMAKE_C_COMPILER_FRONTEND_VARIANT=GNU -DCMAKE_CXX_COMPILER_FRONTEND_VARIANT=GNU -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_ANDROID_HOME_DEFAULT}} -DQT_GENERATE_WRAPPER_SCRIPTS_FOR_ALL_HOSTS=ON',
+ 'CONAN_HOST_PROFILE=coin/conan/profiles/ci-linux-x86_64-gcc',
+ 'CONAN_PROFILE=coin/conan/profiles/ci-unix-android-x86_64-clang',
+ 'ANDROID_NDK_ROOT={{.Env.ANDROID_NDK_ROOT_DEFAULT}}'
+ ]