aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2018-05-24 13:51:19 +0200
committerOliver Wolff <oliver.wolff@qt.io>2018-05-28 11:38:29 +0000
commite57ef7c949a15c6699f96b55511842c4d10921f5 (patch)
tree40bf1da72a518172fecfcad13ba10b65e544521b
parent15ae235e51a3542f4594436877f3c13946daf6b7 (diff)
Update winrtrunner
A newer build of winrtrunner is needed. It is built from dev and contains fixes related to handling of test output (most importantly 044e9ad878ed1cf0ace0a9260b55cc94c71a294d). To make the script more stable, the newer version of winrtrunner was also copied to ci-files01, so that an alternative download location can be offered. Change-Id: I6a429aa3292266067756ce7ba3553088dc168197 Reviewed-by: Maurice Kalinowski <maurice.kalinowski@qt.io>
-rw-r--r--coin/provisioning/common/windows/winrtrunner.ps17
1 files changed, 4 insertions, 3 deletions
diff --git a/coin/provisioning/common/windows/winrtrunner.ps1 b/coin/provisioning/common/windows/winrtrunner.ps1
index 53955201..cab71f50 100644
--- a/coin/provisioning/common/windows/winrtrunner.ps1
+++ b/coin/provisioning/common/windows/winrtrunner.ps1
@@ -1,10 +1,11 @@
. "$PSScriptRoot\helpers.ps1"
$zip = Get-DownloadLocation "winrtrunner.zip"
-$url = "http://download.qt.io/development_releases/prebuilt/winrtrunner/winrtrunner.zip"
+$url = "http://download.qt.io/development_releases/prebuilt/winrtrunner/winrtrunner_2018-05-24.zip"
+$url_cache = "\\ci-files01-hki.intra.qt.io\provisioning\windows\winrtrunner\winrtrunner_2018-05-24.zip"
-Download $url $url $zip
-Verify-Checksum $zip "C19098A4C9DBD20EDEB4E5E0D3E6A5BBBCA73C42"
+Download $url $url_cache $zip
+Verify-Checksum $zip "b83f2166b5799910a661d1db02771edf94880785"
Extract-7Zip $zip C:\Utils\winrtrunner
Remove-Item -Path $zip