mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-24 05:37:45 +08:00
Pre-installed to tier 1:
MSVC 2022 17.3.6 plus build tools
MSVC 2019 16.11.20 plus build tools
MSVC 2015 update 3 14.0.25420.1
Task-number: QTQAINFRA-5262
Change-Id: Ibcc2950dd7edef0d6aa92cef7e602a69da8498d9
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
21 lines
834 B
YAML
21 lines
834 B
YAML
Version: 2
|
|
Include: [
|
|
cmake_platforms.yaml: [
|
|
Windows10_22H2-MSVC2019-x64-host
|
|
]
|
|
]
|
|
Configurations:
|
|
-
|
|
Template: 'qtci-windows-10_22H2-x86_64-50'
|
|
Target os: 'QNX_710'
|
|
Target arch: 'arm64'
|
|
Compiler: 'MSVC2019'
|
|
Target compiler: 'QCC'
|
|
Platform dependency: 'Windows10_22H2-MSVC2019-x64-host'
|
|
Features: ['DisableTests', 'UseConfigure']
|
|
Environment variables: [
|
|
'TARGET_CONFIGURE_ARGS=-release -force-debug-info -no-dbus -nomake examples -no-pch',
|
|
'TARGET_CMAKE_ARGS=-DCMAKE_TOOLCHAIN_FILE={{.Env.QNX_710}}\qnx-toolchain-aarch64le.cmake -DCMAKE_LIBRARY_PATH={{.Env.QNX_710}}\target\qnx7\aarch64le\lib;{{.Env.QNX_710}}\target\qnx7\aarch64le\usr\lib -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -G "Ninja"',
|
|
'NON_QTBASE_TARGET_CMAKE_ARGS=-DCMAKE_BUILD_WITH_INSTALL_RPATH=ON'
|
|
]
|