mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-22 04:46:45 +08:00
We used to build the documentation with these configurations but they changed to developer-builds and the documentation was moved to a separate configurations (documentation-warnings, offline-documentation). We added those configurations but ignored the developer-builds, and at the moment they are not doing anything expect wasting resources when acquiring VMs, so let's get rid of them. Fixes: QAA-2976 Change-Id: Ia9509e43aec2974bae098de8a2d13ac9d29e2fad Reviewed-by: Petri Virkkunen <petri.virkkunen@qt.io> (cherry picked from commitaae8dc578b) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit9c6e9e26c4)
52 lines
2.3 KiB
YAML
52 lines
2.3 KiB
YAML
Version: 2
|
|
Include: [
|
|
cmake_platforms.yaml: [
|
|
"documentation-warnings",
|
|
"rhel-8.10",
|
|
'windows-10_22h2-mingw13',
|
|
],
|
|
macos.yaml: [
|
|
'macos-universal-on-x86_64'
|
|
],
|
|
cmake_platforms_target_android.yaml: [
|
|
'android-arm64-on-macos',
|
|
'android-armv7-on-windows',
|
|
'android-9-x86-on-linux',
|
|
'android-15-x86_64-on-linux'
|
|
],
|
|
offline_documentation.yaml
|
|
]
|
|
Configurations:
|
|
-
|
|
Id: "automotive-android-14-x86_64-on-linux"
|
|
Template: 'qtci-linux-RHEL-8.10-x86_64-51'
|
|
Target os: 'Android_ANY'
|
|
Target arch: 'x86_64'
|
|
Compiler: 'GCC'
|
|
Target compiler: 'Clang'
|
|
Platform dependency: 'rhel-8.10'
|
|
Features: ['Packaging', 'Sccache', 'WarningsAreErrors', '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_64',
|
|
'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= -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
|
|
'ANDROID_EMULATOR=automotive_emulator_x86_64_api_34'
|
|
]
|
|
-
|
|
Id: "automotive-android-10-x86_64-on-linux"
|
|
Template: 'qtci-linux-RHEL-8.10-x86_64-51'
|
|
Target os: 'Android_ANY'
|
|
Target arch: 'x86_64'
|
|
Compiler: 'GCC'
|
|
Target compiler: 'Clang'
|
|
Platform dependency: 'rhel-8.10'
|
|
Features: ['Packaging', 'Sccache', 'WarningsAreErrors', '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_64',
|
|
'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= -DQT_PROTOBUF_WELL_KNOWN_TYPES_PROTO_DIR=/usr/local/include',
|
|
'ANDROID_EMULATOR=automotive_emulator_x86_64_api_29'
|
|
]
|