mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-05 05:06:36 +08:00
After shocking realization that build artifacts are mixed between cross-compiled and native window arm builds for installer add missing qt-zlib config, so configs match better. The -no-opengl mismatch is covered in different patch. Any auto detected platform configs and features mismatch is unknown, but let's do hope it works (as the final output is not covered by single ci test). Pick-to: 6.10 6.9 Task-number: QTBUG-138859 Change-Id: I03562f1b518cf711cee894b5cf3f4512e2521f77 Reviewed-by: Tero Heikkinen <tero.heikkinen@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)