mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-24 13:47:46 +08:00
The conan experiment has ended, and the files are only bitrotting
nowadays.
Change-Id: Iefdc6fa1a48bb4062b15cf035f372a2d44bddda9
Reviewed-by: Toni Saario <toni.saario@qt.io>
(cherry picked from commit 8214de5e0e)
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
34 lines
1.2 KiB
YAML
34 lines
1.2 KiB
YAML
Version: 2
|
|
Include: [
|
|
cmake_platforms.yaml: [
|
|
'rhel-8.6',
|
|
'windows-10_22h2-mingw11',
|
|
'ubuntu-22.04-documentation'
|
|
],
|
|
macos.yaml: [
|
|
'macos-universal-on-x86_64'
|
|
],
|
|
cmake_platforms_target_android.yaml: [
|
|
'android-arm64-on-macos',
|
|
'android-armv7-on-windows',
|
|
'android-6-x86-on-linux',
|
|
'android-13-x86_64-on-linux'
|
|
]
|
|
]
|
|
Configurations:
|
|
-
|
|
Id: "automotive-android-x86-on-linux"
|
|
Template: 'qtci-linux-RHEL-8.6-x86_64-50'
|
|
Target os: 'Android_ANY'
|
|
Target arch: 'x86'
|
|
Compiler: 'GCC'
|
|
Target compiler: 'Clang'
|
|
Platform dependency: 'rhel-8.6'
|
|
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}}',
|
|
'NON_QTBASE_CMAKE_ARGS=-DFFMPEG_DIR={{.Env.FFMPEG_DIR_ANDROID}}',
|
|
'ANDROID_EMULATOR=@automotive_emulator_x86_api_30'
|
|
]
|