[commit: packages/process] master: AppVeyor: make curl available (6a8cc90)

git at git.haskell.org git at git.haskell.org
Wed Jul 19 21:19:39 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/6a8cc90e499f12aa621021aea812de7dad27af5b/process

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

commit 6a8cc90e499f12aa621021aea812de7dad27af5b
Author: Michael Snoyman <michael at snoyman.com>
Date:   Mon Mar 27 11:29:38 2017 +0300

    AppVeyor: make curl available


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

6a8cc90e499f12aa621021aea812de7dad27af5b
 appveyor.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/appveyor.yml b/appveyor.yml
index 2c313d4..9fbcd3e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,6 +4,9 @@ cache:
 build: off
 
 before_test:
+# http://help.appveyor.com/discussions/problems/6312-curl-command-not-found
+- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
+
 - 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