Files
qt5/coin
Alexandru Croitor 70bfcf5198 Update configurations and repositories to allow cmake binary packaging
Disable qt5.git builds of repositories that have not been ported to
CMake yet.

Remove qmake configurations from qt5.yaml and default.yaml.
Add cmake configurations to qt5.yaml.
Add the Packaging feature to them.
Keep one configuration in qt5.yaml, because it's apparently illegal to
have it empty

All of this to test out if the binary package creation process can work
with the cmake artifacts.

Change-Id: Iebb6c4303fa2104765a7b0a71489560afe7df244
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Simon Hausmann <hausmann@gmail.com>
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
2020-05-12 15:35:45 +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)