mirror of
git://code.qt.io/qt/qt5.git
synced 2026-03-17 09:46:08 +08:00
We install the new driver alongside the old one, to make sure that existing builds work unmodified. The new chromedriver is needed for jspi to work. We set environment variables: -- for existing builds BROWSER_FOR_WASM CHROMEDRIVER_PATH -- for new builds WASM_BROWSER_JSPI WASM_BROWSER_JSPI_ARGS WASM_CHROMEDRIVER_PATH_JSPI WASM_CHROMEDRIVER_PATH_JSPI_ARGS Change-Id: Ia83d639ea2daf34cf44bd72bae455211fd64a441 Reviewed-by: Piotr Wierciński <piotr.wiercinski@qt.io> 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)