qt5/coin
Oliver Wolff ea2fb795aa Fix macos precheck configuration
Include also macos-14-arm64-developer-build.

This change amends 49b80c57c6

Change-Id: I40ef2ddbdd0c73ef4573d1d4b9f2012ae1ec8611
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
Reviewed-by: Oliver Wolff <oliver.wolff@qt.io>
2024-10-09 09:20:06 +00:00
..
instructions Disable top-level builds for platforms with the TargetBuildOnly feature 2022-09-16 15:35:05 +02:00
platform_configs Fix macos precheck configuration 2024-10-09 09:20:06 +00:00
pre-provisioning WoA: Update Visual Studio to 17.11.2 and disable restore points 2024-09-12 11:11:43 +03:00
provisioning Provisioning: Add libclang for Windows on ARM 2024-10-08 22:09:17 +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)