Files
qt5/coin
Heikki Halmet ec169f0592 Fix nightly run for Android latest
There's a bug or feature in Coin which makes Coin to include all
dependencies which are in this case under cmake_platforms and yaml-files
which are included to cmake_platforms. Because of that we can't include
macos.yaml separately.

Change-Id: Ie4a019e07f8b30f6ef18405446947d96a592d4a2
Reviewed-by: Toni Saario <toni.saario@qt.io>
Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
2023-02-11 16:22:07 +00:00
..
2022-02-28 07:43:41 +00:00
2022-09-22 09:46:16 +00:00
2022-09-22 09:46:16 +00:00

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)