Files
runner-images/images/win/scripts/Installers/Install-Mingw64.ps1
T

9 lines
326 B
PowerShell
Raw Normal View History

################################################################################
2020-05-19 13:16:59 +03:00
## File: Install-Mingw64.ps1
2020-07-10 14:29:54 +03:00
## Desc: Install GNU tools for Windows
################################################################################
Choco-Install -PackageName mingw
2020-07-10 14:29:54 +03:00
Invoke-PesterTests -TestFile "Tools" -TestName "Mingw64"