qt5/coin
Teemu Holappa 89d59a15c2 Fix qtsaferenderer.yaml COIN configuration
Removed missing windows-10_22h2-llvm configuration.

Change-Id: Id39f09901f20fae7692960eb5ac3ff66f1ec2155
Reviewed-by: Toni Saario <toni.saario@qt.io>
2024-06-26 06:55:04 +00:00
..
instructions Disable top-level builds for platforms with the TargetBuildOnly feature 2022-09-16 15:35:05 +02:00
platform_configs Fix qtsaferenderer.yaml COIN configuration 2024-06-26 06:55:04 +00:00
pre-provisioning Add Pre-provisioning task to Disable Windows smart app control 2024-06-08 19:03:08 +03:00
provisioning COIN: Fix sccache installation on ARM Macs 2024-06-25 04:21:33 +00:00
README
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)