qt5/coin
Simo Fält 497bd051e4 Upgrade MSVC 2022 and 2019 for Windows 11 22H2
Change upgrades also build tools for both visual studios

MSVC 2022: 17.6.4
MSVC 2019: 16.11.27

Change-Id: Icb847704636467d133fa578e46e93b6973aeb0a9
Pick-to: 6.5 6.6
Task-number: COIN-1059
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
2023-07-04 21:33:41 +03:00
..
instructions Disable top-level builds for platforms with the TargetBuildOnly feature 2022-09-16 15:35:05 +02:00
platform_configs Upgrade MSVC 2022 and 2019 for Windows 11 22H2 2023-07-04 21:33:41 +03:00
pre-provisioning Upgrade MSVC 2022 and 2019 for Windows 11 22H2 2023-07-04 21:33:41 +03:00
provisioning Add missing provisioning scripts for Mimer SQL for RHEL 8.6 and RHEL 8.8 2023-07-03 22:51:18 +02:00
README Provisioning: Move Visual Studio installation to pre-provisioning 2017-03-22 09:31:06 +00:00
module_config.yaml Run bic tests 2022-09-15 08:54:31 +03:00

README

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)