qt5/coin
Alexandru Croitor 07f418d415 coin: Use configure for iOS configurations
Use the configure script to configure Qt in the CI, instead of calling
CMake directly.

Pick-to: 6.2 6.3 6.4
Task-number: QTQAINFRA-4357
Task-number: QTQAINFRA-4815
Change-Id: If84d580bdcf166f07ecd1f6fb20e3404e1fb0e1c
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
2022-06-08 23:27:31 +02:00
..
conan/profiles Update conan profiles 2022-02-28 07:43:41 +00:00
instructions coin: Allow using configure instead of cmake for top-level builds 2022-04-11 17:27:49 +02:00
platform_configs coin: Use configure for iOS configurations 2022-06-08 23:27:31 +02:00
pre-provisioning Replace .ci.local suffix with .ci.qt.io 2021-12-23 10:00:47 +02:00
provisioning For qglobal.h: include <stdalign.h> in C mode C11 support is required 2022-06-03 13:35:55 +03:00
README
module_config.yaml coin: Split top-level build instructions 2022-03-02 16:14:20 +01: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)