mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-09 00:16:55 +08:00
Change upgrades also build tools for both visual studios
MSVC 2022: 17.6.4
MSVC 2019: 16.11.27
Task-number: COIN-1059
Change-Id: Id212d396a58827d5794158a4b314ec65ad5a3f47
Reviewed-by: Michael Brüning <michael.bruning@qt.io>
(cherry picked from commit 6341108c6f)
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
56 lines
2.1 KiB
YAML
56 lines
2.1 KiB
YAML
Version: 2
|
|
Include: [
|
|
macos.yaml: [
|
|
"macos-universal-on-x86_64",
|
|
"macos-12-x86_64-tests",
|
|
"macos-12-arm-on-arm64-tests"
|
|
],
|
|
cmake_platforms.yaml: [
|
|
"ubuntu-22.04",
|
|
"ubuntu-22.04-documentation",
|
|
"opensuse-15.4-developer-build",
|
|
"sles-15_sp4-static",
|
|
"windows-10_22h2-msvc2019",
|
|
"windows-10_22h2-msvc2022",
|
|
"rhel-8.4",
|
|
"windows-10_22h2-mingw11",
|
|
"windows-10_22h2-llvm",
|
|
"windows-11_22h2-msvc2019"
|
|
],
|
|
cmake_platforms_qemu_qnx710.yaml: [
|
|
"qnx-710-x86_64-developer-build-on-linux",
|
|
"qnx-710-arm64-on-linux",
|
|
"qnx-710-armv7-on-linux"
|
|
]
|
|
]
|
|
# Static build configurations for tools
|
|
Configurations:
|
|
-
|
|
Id: 'macos-latest-xcode-universal-static-build'
|
|
Template: 'qtci-macos-12-x86_64-106'
|
|
Compiler: 'Clang'
|
|
Target arch: 'x86_64-arm64'
|
|
Features: ['Packaging', 'Sccache', 'UseConfigure', 'MinimalStaticTests']
|
|
Configure arguments: '-static -nomake examples -release -no-framework -no-icu -qt-doubleconversion -no-sql-mysql'
|
|
Environment variables: [
|
|
'CMAKE_ARGS=-DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"'
|
|
]
|
|
-
|
|
Id: 'Linux-RHEL_8_6_Static'
|
|
Template: 'qtci-linux-RHEL-8.6-x86_64-50'
|
|
Compiler: 'GCC'
|
|
Features: ['Packaging', 'Sccache', 'UseConfigure', 'MinimalStaticTests']
|
|
Configure arguments: '-static -no-icu -nomake examples -release -headersclean -qt-libjpeg -qt-libpng -qt-pcre -qt-harfbuzz -qt-doubleconversion -no-libudev -bundled-xcb-xinput -no-sql-mysql'
|
|
Environment variables: [
|
|
'CMAKE_ARGS=-DOpenGL_GL_PREFERENCE=LEGACY'
|
|
]
|
|
-
|
|
Id: 'Windows-MSVC2019_Static'
|
|
Template: 'qtci-windows-10_22H2-x86_64-51'
|
|
Compiler: 'MSVC2019'
|
|
Features: ['Packaging', 'Sccache', 'UseConfigure', 'MinimalStaticTests']
|
|
Configure arguments: '-release -headersclean -nomake examples -qt-zlib -static -no-icu -no-sql-mysql -no-sql-odbc -no-sql-psql -plugin-sql-sqlite -plugin-sql-odbc'
|
|
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}}']
|