From 4a7b1f75cd7e4990695ae65735674e25f88890a7 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Tue, 4 Aug 2015 18:34:51 +0200 Subject: [PATCH] Added build folder to appveyor path --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8f59b2a..73c6439 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,7 +4,7 @@ os: Windows Server 2012 init: - git config --global core.autocrlf input - - 'SET PATH=%PATH%;C:\MinGW\msys\1.0\bin;C:\MinGW\bin;%APPVEYOR_BUILD_FOLDER%\bin' + - 'SET PATH=%PATH%;C:\MinGW\msys\1.0\bin;C:\MinGW\bin;%APPVEYOR_BUILD_FOLDER%\bin;%APPVEYOR_BUILD_FOLDER%\build' environment: COVERALLS_TOKEN: