mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
Change Windows 11 23h2 x86_64 tier-1 template -53 -> -54, where Windows SDK 10.0.26100.1742 is installed. Task-number: COIN-1206 Change-Id: I713ea4d5032145a92d7bcbccec6c98543cbc90d2 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
39 lines
1.7 KiB
YAML
39 lines
1.7 KiB
YAML
Version: 2
|
|
Configurations:
|
|
-
|
|
Id: 'sles-15_sp5-minimal-static'
|
|
Template: 'qtci-linux-SLES-15_SP5-x86_64-50'
|
|
Compiler: 'GCC'
|
|
Features: ['PinCores', 'Sccache', 'MinimalStaticTests', 'UseConfigure']
|
|
Configure arguments: '-nomake examples -static -no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-psql -no-sql-mimer'
|
|
Environment variables: [
|
|
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}'
|
|
]
|
|
-
|
|
Id: 'sles-15_sp6-minimal-static'
|
|
Template: 'qtci-linux-SLES-15_SP6-x86_64-51'
|
|
Compiler: 'GCC'
|
|
Features: ['PinCores', 'Sccache', 'MinimalStaticTests', 'UseConfigure', 'InsignificantTests']
|
|
Configure arguments: '-nomake examples -static -no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-psql -no-sql-mimer'
|
|
Environment variables: [
|
|
'CMAKE_ARGS=-DOPENSSL_ROOT_DIR={{.Env.OPENSSL_HOME}}'
|
|
]
|
|
-
|
|
Id: 'windows-11_23H2-minimal-static'
|
|
Template: 'qtci-windows-11_23H2-x86_64-54'
|
|
Compiler: 'MSVC2022'
|
|
Features: ['PinCores', 'Sccache', 'MinimalStaticTests', 'UseConfigure']
|
|
Configure arguments: '-release -force-debug-info -static -nomake examples -qt-zlib -no-sql-db2 -no-sql-ibase -no-sql-mysql -no-sql-oci -no-sql-psql -no-sql-mimer'
|
|
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-minimal-static'
|
|
Template: 'qtci-macos-14-arm-106'
|
|
Compiler: 'Clang'
|
|
Features: ['PinCores', 'Sccache', 'MinimalStaticTests', 'UseConfigure']
|
|
Configure arguments: '-nomake examples -release -force-debug-info -static -no-framework'
|