Skip to content

Commit b03c439

Browse files
committed
dependencies
1 parent 9058b1a commit b03c439

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
@@ -12,6 +12,8 @@ matrix:
1212
install:
1313
- appveyor DownloadFile https://npcap.com/dist/npcap-sdk-1.13.zip
1414
- 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
1517

1618
environment:
1719
matrix:
@@ -56,5 +58,6 @@ build_script:
5658
- msbuild /m /nologo /p:Configuration=Release tcpdump.sln
5759
- copy Release\tcpdump.exe C:\Windows\system32
5860
- echo %path%
61+
- \projects\dependencies\dependencies.exe Release\tcpdump.exe
5962
- tcpdump.exe -h
6063
- tcpdump.exe --version

0 commit comments

Comments
 (0)