mirror of
git://code.qt.io/qt/qt5.git
synced 2026-01-08 07:56:54 +08:00
Task-number: QTQAINFRA-3304 Change-Id: I4a962c112f4925224e91c08117c7324112d70729 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: BogDan Vatra <bogdan@kdab.com>
12 lines
258 B
PowerShell
12 lines
258 B
PowerShell
. "$PSScriptRoot\..\common\windows\install-mingw.ps1"
|
|
|
|
# This script will install MinGW 8.1.0
|
|
|
|
$release = "i686-8.1.0-release-posix-dwarf-rt_v6-rev0"
|
|
$sha1 = "dd4f34f473e84c79b6b446adb3a5fac7919ba9cb"
|
|
$suffix = "_i686"
|
|
|
|
InstallMinGW $release $sha1 $suffix
|
|
|
|
|