We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712b646 commit 8705a36Copy full SHA for 8705a36
appveyor.yml
@@ -10,6 +10,8 @@ build_script:
10
11
"C:\Program Files (x86)\MSBuild\14.0\Bin\msbuild.exe" build\influxdb-cpp-rest.sln /property:Configuration=Release /property:Platform=x64
12
13
- wget https://dl.influxdata.com/influxdb/releases/influxdb-1.2.4_windows_amd64.zip
+ 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
16
17
src\script\test.bat build\x64\Release
0 commit comments