qt5/coin
Tony Sarajärvi e0eb04ecf8 Add execution attribute to provisioning scripts
Change-Id: Ia241a4211d24d2788f0f0ef9af55b23a6b227624
Reviewed-by: Heikki Halmet <heikki.halmet@qt.io>
2021-07-01 15:40:33 +03:00
..
platform_configs Remove qtandroidextras.yaml from platform_configs 2021-06-29 11:55:04 +03:00
pre-provisioning Add Red Hat 8.2 to CI 2021-04-20 08:38:20 +03:00
provisioning Add execution attribute to provisioning scripts 2021-07-01 15:40:33 +03:00
README Provisioning: Move Visual Studio installation to pre-provisioning 2017-03-22 09:31:06 +00:00
module_config.yaml Archive global and config from qtbase in doc build 2021-06-16 21:27:56 +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)