Specify user agent when downloading from SF.

This commit is contained in:
Victor Zverovich 2014-07-09 17:13:27 -07:00
parent 2fb88aaa08
commit 18b4abff0b

View File

@ -3,10 +3,9 @@ configuration:
- Release
install:
- 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
- ps: 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
- dir
- type mingw.7z
# - 7z x -oC:\ mingw.7z
- 7z x -oC:\ mingw.7z
- set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%;C:\wingw64\bin
before_build: cmake -DFMT_EXTRA_TESTS=ON .