summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJames Ross-Gowan <rossy@jrg.systems>2017-07-28 23:26:27 +1000
committerJames Ross-Gowan <rossy@jrg.systems>2017-07-28 23:33:30 +1000
commitdf12f7691026a6012d4bd359919d63a1bd1a9cf6 (patch)
tree595162ed30a68fca200a89542e419c1e55f50f84 /appveyor.yml
parent545360460625a9d4daa9040de8db852833b0793a (diff)
downloadmpv-df12f7691026a6012d4bd359919d63a1bd1a9cf6.tar.bz2
mpv-df12f7691026a6012d4bd359919d63a1bd1a9cf6.tar.xz
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.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
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