[commit: packages/filepath] master: Find curl in appveyor (f981a21)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:35:46 UTC 2017


Repository : ssh://git@git.haskell.org/filepath

On branch  : master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/f981a217e5555488e9cb06d9a76c24573de15859

>---------------------------------------------------------------

commit f981a217e5555488e9cb06d9a76c24573de15859
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Wed Mar 22 20:34:34 2017 +0000

    Find curl in appveyor


>---------------------------------------------------------------

f981a217e5555488e9cb06d9a76c24573de15859
 appveyor.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/appveyor.yml b/appveyor.yml
index fe96cbd..7108552 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,6 +4,7 @@ cache:
 build: off
 
 before_test:
+- set PATH=C:\Program Files\Git\mingw64\bin;%PATH% # for curl
 - curl -ostack.zip -L --insecure http://www.stackage.org/stack/windows-i386
 - 7z x stack.zip stack.exe
 



More information about the ghc-commits mailing list