mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-16 01:05:59 +08:00
Set the VCPKG_INSTALLED_DIR, VCPKG_HOST_TRIPLET, VCPGK_TARGET_TRIPLET environment variables after vcpkg ports installation. These variables will be used when building Qt modules to setup the correct build environment. Change-Id: I3a625f4ef089b5da676b96a5bebaacfb09112ee4 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
57 lines
2.6 KiB
YAML
57 lines
2.6 KiB
YAML
Version: 2
|
|
Configurations:
|
|
-
|
|
Id: 'sles-15_sp5-minimal-static'
|
|
Template: 'qtci-linux-SLES-15_SP5-x86_64-51'
|
|
Compiler: 'GCC'
|
|
Features: ['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}}',
|
|
'VCPKG_HOST_TRIPLET=x64-linux-qt',
|
|
'VCPKG_TARGET_TRIPLET=x64-linux-qt',
|
|
]
|
|
-
|
|
Id: 'sles-15_sp6-minimal-static'
|
|
Template: 'qtci-linux-SLES-15_SP6-x86_64-52'
|
|
Compiler: 'GCC'
|
|
Features: ['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}}',
|
|
'VCPKG_HOST_TRIPLET=x64-linux-qt',
|
|
'VCPKG_TARGET_TRIPLET=x64-linux-qt',
|
|
]
|
|
-
|
|
Id: 'windows-11_23H2-minimal-static'
|
|
Template: 'qtci-windows-11_23H2-x86_64-55'
|
|
Compiler: 'MSVC2022'
|
|
Features: ['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}}',
|
|
'VCPKG_HOST_TRIPLET=x64-windows-qt',
|
|
'VCPKG_TARGET_TRIPLET=x64-windows-qt',
|
|
'Protobuf_ROOT={{.Env.Protobuf_ROOT_msvc}}',
|
|
'gRPC_ROOT={{.Env.gRPC_ROOT_msvc}}',
|
|
]
|
|
-
|
|
Id: 'windows-11_24H2-minimal-static'
|
|
Template: 'qtci-windows-11_24H2-x86_64-71'
|
|
Compiler: 'MSVC2022'
|
|
Features: ['Sccache', 'MinimalStaticTests', 'UseConfigure', 'InsignificantTests']
|
|
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: ['Sccache', 'MinimalStaticTests', 'UseConfigure']
|
|
Configure arguments: '-nomake examples -release -force-debug-info -static -no-framework'
|