From df12f7691026a6012d4bd359919d63a1bd1a9cf6 Mon Sep 17 00:00:00 2001 From: James Ross-Gowan Date: Fri, 28 Jul 2017 23:26:27 +1000 Subject: 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. --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index f7ccde56f7..4224adcfc1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 -- cgit v1.2.3