mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-25 06:07:47 +08:00
Replace MinGW 5.3.0 with 7.3.0
Task-number: QTQAINFRA-1289 Task-number: QTQAINFRA-1389 Change-Id: Ic6f637170cd4b98ece45811e66dbb21dc3ee66e3 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
. "$PSScriptRoot\..\common\windows\install-mingw.ps1"
|
||||
|
||||
# This script will install MinGW 5.3.0
|
||||
|
||||
$release = "i686-5.3.0-release-posix-dwarf-rt_v4-rev0"
|
||||
$sha1 = "D4F21D25F3454F8EFDADA50E5AD799A0A9E07C6A"
|
||||
|
||||
InstallMinGW $release $sha1
|
||||
|
||||
|
||||
10
coin/provisioning/qtci-windows-7-x86/09-install-mingw730.ps1
Normal file
10
coin/provisioning/qtci-windows-7-x86/09-install-mingw730.ps1
Normal file
@@ -0,0 +1,10 @@
|
||||
. "$PSScriptRoot\..\common\windows\install-mingw.ps1"
|
||||
|
||||
# This script will install MinGW 7.3.0
|
||||
|
||||
$release = "i686-7.3.0-release-posix-dwarf-rt_v5-rev0"
|
||||
$sha1 = "96e11c754b379c093e1cb3133f71db5b9f3e0532"
|
||||
|
||||
InstallMinGW $release $sha1
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
. "$PSScriptRoot\..\common\windows\open62541.ps1" -targetCommand prepare
|
||||
. "$PSScriptRoot\..\common\windows\open62541.ps1" -targetCommand mingw530
|
||||
. "$PSScriptRoot\..\common\windows\open62541.ps1" -targetCommand mingw730
|
||||
|
||||
Reference in New Issue
Block a user