mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-28 17:56:20 +08:00
Upstream CMake sometimes introduces behavior changes or breakage that affects building Qt or user projects. It is beneficial to catch these issues earlier, before a major / minor CMake release is made, and before we update our provisioning scripts to use a newer CMake. Add a new nightly platform file, which includes all existing cmake platform configurations, and adds the "BuildCMakeFromSources" feature to all of them. This feature: - tells qtbase CI instructions to download the latest master branch sources from the CMake repository mirror - builds CMake from these sources - uses this CMake to configure Qt The nightly build will run once a week to catch potential issues introduced in newer CMake changes. Fixes: QTBUG-143633 Change-Id: If7223b462a437f97b9fecabb5726a5fcaab4be53 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)