mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-06 00:16:45 +08:00
Until dev is fixed, we disable some of the broken repos in the qt5 wip/cmake branch: qttools, qtremoteobjects, qtscxml, qtwebsockets, qtwinextras. Also switch Windows to be built in Release mode, to circumvent some issues with Debug builds that are also present in dev. Note qmake builds in Coin also only build Release builds of Windows for testing. Change-Id: Ie095fa16920fb6bd92db80118abeb6b282c96897 Reviewed-by: Qt CMake Build Bot Reviewed-by: Joerg Bornemann <joerg.bornemann@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)