Skip to content

Commit 8705a36

Browse files
committed
#4 fix appveyor file download
1 parent 712b646 commit 8705a36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ build_script:
1010
1111
"C:\Program Files (x86)\MSBuild\14.0\Bin\msbuild.exe" build\influxdb-cpp-rest.sln /property:Configuration=Release /property:Platform=x64
1212
13-
wget https://dl.influxdata.com/influxdb/releases/influxdb-1.2.4_windows_amd64.zip
13+
appveyor DownloadFile https://dl.influxdata.com/influxdb/releases/influxdb-1.2.4_windows_amd64.zip
14+
15+
7z e influxdb-1.2.4_windows_amd64.zip
1416
1517
src\script\test.bat build\x64\Release

0 commit comments

Comments
 (0)