Skip to content

Commit

Permalink
dep step5
Browse files Browse the repository at this point in the history
  • Loading branch information
fxlb committed Oct 9, 2024
1 parent ad901f1 commit 23dec3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ install:
- 7z x .\npcap-sdk-1.13.zip -oc:\projects\libpcap\Win32\npcap-sdk-1.13
- appveyor DownloadFile https://github.com/lucasg/Dependencies/releases/download/v1.11.1/Dependencies_x64_Debug.zip
- 7z x .\Dependencies_x64_Debug.zip -oc:\\projects\dependencies
- appveyor DownloadFile https://npcap.com/dist/npcap-1.79.exe
- 7z x .\npcap-1.79.exe -oc:\projects\npcap-1.79

environment:
matrix:
Expand Down Expand Up @@ -57,6 +59,7 @@ build_script:
- if DEFINED PLATFORM cmake -DPCAP_ROOT=c:\projects\libpcap\Win32\%SDK% -G"%GENERATOR%" -A %PLATFORM% ..
- msbuild /m /nologo /p:Configuration=Release tcpdump.sln
- copy Release\tcpdump.exe C:\Windows\system32
- copy \projects\npcap-1.79\wpcap.dll C:\Windows\system32
- echo %path%
- \projects\dependencies\dependencies.exe -cache -knowndll Release\tcpdump.exe
- echo -----
Expand Down

0 comments on commit 23dec3e

Please sign in to comment.