aboutsummaryrefslogtreecommitdiffstats
path: root/coin
diff options
context:
space:
mode:
Diffstat (limited to 'coin')
-rw-r--r--coin/platform_configs/linux_android_tests.yaml16
-rw-r--r--coin/platform_configs/qtbase.yaml19
-rw-r--r--coin/platform_configs/qtdeclarative.yaml3
-rw-r--r--coin/platform_configs/qtimageformats.yaml3
-rw-r--r--coin/platform_configs/qtlanguageserver.yaml3
-rw-r--r--coin/platform_configs/qtshadertools.yaml3
-rw-r--r--coin/platform_configs/qtsvg.yaml3
7 files changed, 29 insertions, 21 deletions
diff --git a/coin/platform_configs/linux_android_tests.yaml b/coin/platform_configs/linux_android_tests.yaml
new file mode 100644
index 00000000..a8d9602c
--- /dev/null
+++ b/coin/platform_configs/linux_android_tests.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 -DCMAKE_BUILD_TYPE=RelWithDebInfo -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']
diff --git a/coin/platform_configs/qtbase.yaml b/coin/platform_configs/qtbase.yaml
index 8ff467c6..65a6b67d 100644
--- a/coin/platform_configs/qtbase.yaml
+++ b/coin/platform_configs/qtbase.yaml
@@ -4,20 +4,7 @@ Include: [
cmake_platforms_static_tests.yaml,
macos-developer-build-tests.yaml,
integrity.yaml,
- ios-tests.yaml
+ ios-tests.yaml,
+ linux_android_tests.yaml
]
-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 -DCMAKE_BUILD_TYPE=RelWithDebInfo -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/ci-linux-x86_64-gcc',
- 'CONAN_INSTALL_DIR={{.InstallDir}}/target',
- 'CONAN_PROFILE=coin/conan/profiles/ci-unix-android-x86-clang',
- 'ANDROID_EMULATOR=@emulator_x86_api_23']
+Configurations: []
diff --git a/coin/platform_configs/qtdeclarative.yaml b/coin/platform_configs/qtdeclarative.yaml
index f1b5eee0..5dcfca93 100644
--- a/coin/platform_configs/qtdeclarative.yaml
+++ b/coin/platform_configs/qtdeclarative.yaml
@@ -3,6 +3,7 @@ Include: [
cmake_platforms.yaml,
macos-developer-build-tests.yaml,
integrity.yaml,
- cmake_platforms_static_tests.yaml
+ cmake_platforms_static_tests.yaml,
+ linux_android_tests.yaml
]
Configurations: []
diff --git a/coin/platform_configs/qtimageformats.yaml b/coin/platform_configs/qtimageformats.yaml
index 82ab0218..5d531862 100644
--- a/coin/platform_configs/qtimageformats.yaml
+++ b/coin/platform_configs/qtimageformats.yaml
@@ -1,6 +1,7 @@
Version: 2
Include: [
cmake_platforms.yaml,
- integrity.yaml
+ integrity.yaml,
+ linux_android_tests.yaml
]
Configurations: []
diff --git a/coin/platform_configs/qtlanguageserver.yaml b/coin/platform_configs/qtlanguageserver.yaml
index 82ab0218..5d531862 100644
--- a/coin/platform_configs/qtlanguageserver.yaml
+++ b/coin/platform_configs/qtlanguageserver.yaml
@@ -1,6 +1,7 @@
Version: 2
Include: [
cmake_platforms.yaml,
- integrity.yaml
+ integrity.yaml,
+ linux_android_tests.yaml
]
Configurations: []
diff --git a/coin/platform_configs/qtshadertools.yaml b/coin/platform_configs/qtshadertools.yaml
index 82ab0218..5d531862 100644
--- a/coin/platform_configs/qtshadertools.yaml
+++ b/coin/platform_configs/qtshadertools.yaml
@@ -1,6 +1,7 @@
Version: 2
Include: [
cmake_platforms.yaml,
- integrity.yaml
+ integrity.yaml,
+ linux_android_tests.yaml
]
Configurations: []
diff --git a/coin/platform_configs/qtsvg.yaml b/coin/platform_configs/qtsvg.yaml
index 82ab0218..5d531862 100644
--- a/coin/platform_configs/qtsvg.yaml
+++ b/coin/platform_configs/qtsvg.yaml
@@ -1,6 +1,7 @@
Version: 2
Include: [
cmake_platforms.yaml,
- integrity.yaml
+ integrity.yaml,
+ linux_android_tests.yaml
]
Configurations: []