qt5/coin
Alexandru Croitor 6e95fb2f93 coin: Fix android automotive configuration to use configure
The UseConfigure feature was enabled, but the configure arguments were
not ported.

Amends 5e9653ef97

Pick-to: 6.2 6.3 6.4
Task-number: QTQAINFRA-4357
Task-number: QTQAINFRA-4815
Change-Id: I89607aef275370dc27910a5cd1fec7603a1fd576
Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
2022-06-13 11:50:14 +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: Fix android automotive configuration to use configure 2022-06-13 11:50:14 +02:00
pre-provisioning Replace .ci.local suffix with .ci.qt.io 2021-12-23 10:00:47 +02:00
provisioning Provision FFmpeg library for QtMultimedia plugin 2022-06-13 09:56:56 +02:00
README Provisioning: Move Visual Studio installation to pre-provisioning 2017-03-22 09:31:06 +00:00
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)