mirror of
git://code.qt.io/qt/qt5.git
synced 2025-12-21 07:28:21 +08:00
Visual Studios will be pre-provisioned to tier1/vanilla os when visual studio update is needed. Even if using pre-configured offline installer with specific workload and components the installation is still taking too long. This way we'll reduce provisioning time significantly Change-Id: I1f831aef648716dc640ce9cbfb4e63aa54e7afd0 Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
17 lines
603 B
Plaintext
17 lines
603 B
Plaintext
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)
|
|
|