qt5/coin
Simo Fält f68f1a89f3 Provisioning: Fix dynamic libclang libs install
Cherry-pick from dev branch introduced unnecessary file but also missed
two configurations.
This change amends c5378f6cd6

Change-Id: I42bf3cabcd39b4acf8db623a08f52e06f06a6562
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2021-01-04 10:34:48 +02:00
..
platform_configs Update Windows 10 x86_64 version to 20H2 2020-12-22 16:45:48 +02:00
pre-provisioning Update Windows 10 x86_64 version to 20H2 2020-12-22 16:45:48 +02:00
provisioning Provisioning: Fix dynamic libclang libs install 2021-01-04 10:34:48 +02:00
README Provisioning: Move Visual Studio installation to pre-provisioning 2017-03-22 09:31:06 +00: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)