mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-04 22:17:45 +08:00
QtWebKit requires newer Ruby than version installed on Windows 10 builders. Task-number: QTQAINFRA-997 Change-Id: Id4f917a824daaab4aeb1445a3a16906663208b6d Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
8 lines
357 B
PowerShell
8 lines
357 B
PowerShell
. "$PSScriptRoot\helpers.ps1"
|
|
|
|
$installer = "c:\users\qt\downloads\rubyinstaller-2.3.1.exe"
|
|
|
|
Download https://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.3.1.exe http://ci-files01-hki.ci.local/input/ruby/rubyinstaller-2.3.1.exe $installer
|
|
Verify-Checksum $installer "FF377F6F313849C3B0CD72EEC1EFFA436F0E4A36"
|
|
& $installer /DIR=C:\ruby /VERYSILENT
|