Skip to content

Commit f69921e

Browse files
committed
dependencies
1 parent d4b8c8d commit f69921e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ install:
1414
- 7z x .\WpdPack_4_1_2.zip -oc:\projects\libpcap\Win32
1515
- appveyor DownloadFile https://npcap.com/dist/npcap-sdk-1.12.zip
1616
- 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
1719

1820
environment:
1921
matrix:
@@ -70,5 +72,6 @@ build_script:
7072
- msbuild /m /nologo /p:Configuration=Release tcpdump.sln
7173
- copy Release\tcpdump.exe C:\Windows\system32
7274
- echo %path%
75+
- \projects\dependencies\dependencies.exe Release\tcpdump.exe
7376
- tcpdump.exe -h
7477
- tcpdump.exe --version

0 commit comments

Comments
 (0)