aboutsummaryrefslogtreecommitdiffstats
path: root/coin/provisioning/qtci-windows-10-x86_64/09-install-mingw530.ps1
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-121-1/+1
|\ | | | | | | | | | | | | | | | | Conflicts: coin/platform_configs/default.txt coin/platform_configs/qt5.txt Task-number: QTBUG-65688 Change-Id: I17a303731dab4b967c9ef8a852ee0c1097b88f10
| * Split Common folder based on operating system familiesHeikki Halmet2018-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | This change will split common folder to four different folders: Linux, Unix, Windows and MacOS. Each of these folders includes scripts which are common for their operating system familes Task-number: QTQAINFRA-1451 Change-Id: Ic93b2183052335dee875d1452b21e38d268b6474 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@qt.io>
* | MinGW provisioning to 64-bit from 32-bitJoni Jäntti2017-10-281-3/+3
|/ | | | | | | | We are switching to 64-bit MinGW targets in 5.11 branch. Task-number: QTQAINFRA-1432 Change-Id: Ic806e0e6400ae98351a922ed7f5a545046273ada Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* Add official URL to MinGW Windows 10 provisioningJoni Jäntti2017-09-271-3/+3
| | | | | | | | MinGW currently uses only internal URL without backup. Added the official URL to these scripts with SHA1 checksum verification. Change-Id: Id9b8a1bf1110201414e9d79c9e713475118ff661 Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
* provisioning: install MinGW 530 and 630 for Win10 x64Tony Sarajärvi2017-09-141-0/+10
MinGW is an alternative option for Visual Studio. It's used to create desktop builds and for cross compiling Android and QNX. At this point it is still unclear which version is going to be used for what, but as both are supported, let's think ahead and provide them both. This also allows us to debug with the other, if the other is causing problems. Task-number: QTQAINFRA-1289 Change-Id: I2a922669c07d49370e608c093be80481c8613dc7 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>