From 212cd0379bcb9a66270ee268c0e8e51ae2bdc5b9 Mon Sep 17 00:00:00 2001 From: Han Joosten Date: Thu, 23 Mar 2017 07:36:20 +0100 Subject: [PATCH] Fix a problem building at appveyor Because of a change in git / appveyor, we need to set curl in the path manually. See [this issue](http://help.appveyor.com/discussions/problems/6312-curl-command-not-found). --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 90690c830f..523afc7222 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,6 +29,10 @@ before_build: # in this script we end up making a new tag when we push a release) skip_tags: true +# need curl in the path (used to be in there automatically, see http://help.appveyor.com/discussions/problems/6312-curl-command-not-found +install: +- set PATH=C:\Program Files\Git\mingw64\bin;%PATH% + # perform the typical stack build, and also install the # ampersand.exe file that we will mark as an artifact build_script: