From 307c207351260bfe0f073d5693c2cd33a91d700d Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 10 Jul 2014 07:00:26 -0700 Subject: [PATCH] Split long line. --- appveyor.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9ab10b8a..e4f4d093 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,9 +14,14 @@ install: - set generator - ps: | if ($env:build -eq "mingw") { - Invoke-WebRequest -UserAgent wget -Uri 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 + $url = "http://sourceforge.net/projects/mingw-w64/files/" + $url += "Toolchains%20targetting%20Win64/Personal%20Builds/" + $url += "mingw-builds/4.9.0/threads-win32/seh/" + $url += "x86_64-4.9.0-release-win32-seh-rt_v3-rev2.7z/download" + Invoke-WebRequest -UserAgent wget -Uri $url -OutFile mingw.7z &7z x -oC:\ mingw.7z > $null } + - dir C:\wingw64\bin - set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%;C:\wingw64\bin before_build: