From bd8f8b5525aae65b9633b475bf46c6a879304a20 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 9 Jul 2014 15:16:24 -0700 Subject: [PATCH] Try fixing download. --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index ae9f8af3..e7588308 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,8 @@ configuration: - Release install: - - ps: (wget http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/4.9.0/threads-win32/seh/x86_64-4.9.0-release-win32-seh-rt_v3-rev2.7z/download).Content >mingw.7z + - ps: Invoke-WebRequest http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/4.9.0/threads-win32/seh/x86_64-4.9.0-release-win32-seh-rt_v3-rev2.7z/download -OutFile mingw.7z + - dir - 7z x -oC:\ mingw.7z - set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%;C:\wingw64\bin