File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ install:
14
14
- 7z x .\WpdPack_4_1_2.zip -oc:\projects\libpcap\Win32
15
15
- appveyor DownloadFile https://npcap.com/dist/npcap-sdk-1.12.zip
16
16
- 7z x .\npcap-sdk-1.12.zip -oc:\projects\libpcap\Win32\npcap-sdk-1.12
17
+ - appveyor DownloadFile https://github.com/lucasg/Dependencies/releases/download/v1.11.1/Dependencies_x64_Debug.zip
18
+ - 7z x .\Dependencies_x64_Debug.zip -oc:\\projects\dependencies
17
19
18
20
environment :
19
21
matrix :
@@ -70,5 +72,6 @@ build_script:
70
72
- msbuild /m /nologo /p:Configuration=Release tcpdump.sln
71
73
- copy Release\tcpdump.exe C:\Windows\system32
72
74
- echo %path%
75
+ - \projects\dependencies\dependencies.exe Release\tcpdump.exe
73
76
- tcpdump.exe -h
74
77
- tcpdump.exe --version
You can’t perform that action at this time.
0 commit comments