We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9058b1a commit b03c439Copy full SHA for b03c439
.appveyor.yml
@@ -12,6 +12,8 @@ matrix:
12
install:
13
- appveyor DownloadFile https://npcap.com/dist/npcap-sdk-1.13.zip
14
- 7z x .\npcap-sdk-1.13.zip -oc:\projects\libpcap\Win32\npcap-sdk-1.13
15
+ - appveyor DownloadFile https://github.com/lucasg/Dependencies/releases/download/v1.11.1/Dependencies_x64_Debug.zip
16
+ - 7z x .\Dependencies_x64_Debug.zip -oc:\\projects\dependencies
17
18
environment:
19
matrix:
@@ -56,5 +58,6 @@ build_script:
56
58
- msbuild /m /nologo /p:Configuration=Release tcpdump.sln
57
59
- copy Release\tcpdump.exe C:\Windows\system32
60
- echo %path%
61
+ - \projects\dependencies\dependencies.exe Release\tcpdump.exe
62
- tcpdump.exe -h
63
- tcpdump.exe --version
0 commit comments