mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
This script is stored in the directory 'provisioning/common/unix'. This implies it can be used from Linux and macOS hosts. The script uses the wget command, but at the time of writing, wget is not installed on our macOS hosts. If wget is not found, this command will assume the HTTP proxy is not found rather than fail the script execution. This patch rewrites this script to use curl if wget is not found. This makes it run correctly on macOS. Additionally, it adds a fail case if neither wget or curl is found on the system. Pick-to: 6.11 6.10 6.8 Change-Id: Id54b9fc69307ef28eb35cf1c0042df11e704a6e2 Reviewed-by: Artem Dyomin <artem.dyomin@qt.io>
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)