appveyor: use a clean %PATH%

AppVeyor build workers have Git for Windows on the %PATH%, which
includes some MSYS2 binaries. Having multiple MSYS2 installations on the
%PATH% causes cygheap errors, so remove them and make sure %PATH% only
has stuff we need.
This commit is contained in:
James Ross-Gowan 2017-07-28 23:26:27 +10:00
parent 5453604606
commit df12f76910
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ branches:
- appveyor
environment:
global:
PATH: C:\msys64\usr\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
matrix:
- MSYSTEM: MINGW64
- MSYSTEM: MINGW32