mirror of
git://code.qt.io/qt/qt5.git
synced 2026-09-14 04:47:29 +08:00
6942ac8d64
Add feature-delivery plugin to the provisioning Gradle cache to avoid potential fetching on each build in qtbase tests. The cache project still lives under common/linux/android in this branch, so apply the changes there. The feature module uses a Java source since the project is Java based. Change-Id: Ie9126114287aff77abcd2f68bfff4d8dc25fa6a9 Reviewed-by: Toni Saario <toni.saario@qt.io> (cherry picked from commit4549003489) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit6b1a3ddb0b)
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)