aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/qtci-windows-10-x86_64/09-install-mingw630.ps1
blob: 27612c49995921f5f7e6c521957aadce3c837111 (plain)
1
2
3
4
5
6
7
8
. "$PSScriptRoot\..\common\windows\install-mingw.ps1"

# This script will install MinGW 6.3.0

$release = "i686-6.3.0-release-posix-dwarf-rt_v5-rev2"
$sha1    = "AABEFF22DC3800FCFDB29144BFB08B0B728C476B"

InstallMinGW $release $sha1