From 0a26914e42f8fc7cda8c1ed5f60f157911d5fa4e Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 10 Jul 2014 07:27:14 -0700 Subject: [PATCH] Debug appveyor config. --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 4a8506de..bf1c0f97 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -19,7 +19,8 @@ install: Invoke-WebRequest -UserAgent wget -Uri $url -OutFile mingw.7z &7z x -oC:\ mingw.7z > $null } - - dir C:\wingw64\bin + - dir + - dir C:\ - set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%;C:\wingw64\bin before_build: