From e57ef7c949a15c6699f96b55511842c4d10921f5 Mon Sep 17 00:00:00 2001 From: Oliver Wolff Date: Thu, 24 May 2018 13:51:19 +0200 Subject: 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 --- coin/provisioning/common/windows/winrtrunner.ps1 | 7 ++++--- 1 file 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 -- cgit v1.2.3