mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-06 06:56:53 +08:00
SLES 15 SP4 scripts from pre-provisioning and provisioning will be removed later. Pick-to: 6.6 Task-number: QTQAINFRA-5667 Change-Id: Idb49075800e5c3a23804b6df8dd283af3fcbf000 Reviewed-by: Heikki Halmet <heikki.halmet@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
30 lines
1.2 KiB
YAML
30 lines
1.2 KiB
YAML
Version: 2
|
|
Configurations:
|
|
-
|
|
Id: 'sles-15_sp5-minimal-static'
|
|
Template: 'qtci-linux-SLES-15_SP5-x86_64-50'
|
|
Compiler: 'GCC'
|
|
Features: ['Sccache', 'MinimalStaticTests', 'UseConfigure']
|
|
Configure arguments: '-nomake examples -static -no-sql-mysql'
|
|
Environment variables: [
|
|
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}'
|
|
]
|
|
-
|
|
Id: 'windows-10_22h2-minimal-static'
|
|
Template: 'qtci-windows-10_22H2-x86_64-51'
|
|
Compiler: 'MSVC2019'
|
|
Features: ['Sccache', 'MinimalStaticTests', 'UseConfigure']
|
|
Configure arguments: '-release -force-debug-info -static -nomake examples -qt-zlib'
|
|
Environment variables: [
|
|
'CMAKE_ARGS=-DFEATURE_msvc_obj_debug_info=ON -DOPENSSL_ROOT_DIR={{.Env.OPENSSL_INCLUDE_x64}}\..',
|
|
'LLVM_INSTALL_DIR={{.Env.LLVM_INSTALL_DIR_msvc}}',
|
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
|
'gRPC_ROOT={{.Env.gRPC_ROOT_msvc}}',
|
|
]
|
|
-
|
|
Id: 'macos-11-minimal-static'
|
|
Template: 'qtci-macos-11-x86_64-106'
|
|
Compiler: 'Clang'
|
|
Features: ['Sccache', 'MinimalStaticTests', 'UseConfigure']
|
|
Configure arguments: '-nomake examples -release -force-debug-info -static -no-framework'
|