mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-31 19:06:03 +08:00
We need to verify latest Android NDK version in all
Qt6 branches and we need to retain the NDK version we
had when the specific branch was released at the first time.
Verification of the latest NDK will be done during integrations
in 'dev' branch and with older brances it will be done using
nightly build targets
Task-number: QTQAINFRA-4990
Change-Id: I2a96e419d403820f55f4244230c28ad09dc9095b
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
(cherry picked from commit 8a72b1de99)
18 lines
901 B
YAML
18 lines
901 B
YAML
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', '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}}',
|
|
'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']
|