mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-01 11:17:27 +08:00
- We don't need msvc2019 builds; msvc2022 is used from Qt 6.8.0 -> - Drop windows-10_22h2-msvc2019-developer-build and windows-11_23H2-msvc2022-developer-build will be added in separate change - We have windows-11_23H2-llvm so windows-10_22h2-llvm ins't needed - We have windows-11_23H2-mingw13-developer-build so windows-10_22h2-mingw13-developer-build isn't needed Pick-to: 6.8 Change-Id: Id6c9637a70b7e3f5023c9397619621a27a83dc59 Reviewed-by: Liang Qi <liang.qi@qt.io>
Continuous Integration ====================== This directory contains files used by Qt's Continuous Integration system (Coin). pre-provisioning ---------------- Contains scripts which are used to install software to tier1 machines manually. E.g. Visual studio installation takes too long to be included to automatic provisioning of tier2 templates. provisioning ------------ Contains scripts that apply to different test machines in order to run automatic tests on them. For Windows scripts, make sure that the machine has "Set-ExecutionPolicy RemoteSigned -Force" set. (Run as admin in PowerShell)