Add msys2 to windows-2016

This commit is contained in:
Vladimir Safonkin
2020-03-19 09:24:11 +03:00
parent e269c20b6a
commit 3f05ba0dba
3 changed files with 25 additions and 13 deletions

View File

@@ -38,11 +38,11 @@ else
Adding description of the software to Markdown
`gcc --version` gives output like:
gcc.exe (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 5.3.0
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# `gcc --version` gives output like:
# gcc.exe (x86_64-posix-seh-rev0, Built by MinGW-W64 project) 5.3.0
# Copyright (C) 2015 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
$SoftwareName = "MinGW"
$(gcc --version).Split([System.Environment]::NewLine)[0] -match "\d\.\d\.\d$"