Skip to content

Commit

Permalink
dep step7
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
fxlb committed Feb 8, 2024
1 parent 13691eb commit 7053060
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ install:

environment:
matrix:
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
GENERATOR: "Visual Studio 14 2015"
SDK: WpdPack
PCAP_TYPE: none
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
GENERATOR: "Visual Studio 14 2015"
SDK: WpdPack
Expand Down Expand Up @@ -69,6 +73,7 @@ build_script:
- type NUL >.devel
- md build
- cd build
- if %PCAP_TYPE% == none cmake -DPCAP_TYPE=none -DPCAP_ROOT=c:\projects\libpcap\Win32\%SDK% -G"%GENERATOR%" ..
- if NOT DEFINED PLATFORM cmake -DPCAP_ROOT=c:\projects\libpcap\Win32\%SDK% -G"%GENERATOR%" ..
- if DEFINED PLATFORM cmake -DPCAP_ROOT=c:\projects\libpcap\Win32\%SDK% -G"%GENERATOR%" -A %PLATFORM% ..
- msbuild /m /nologo /p:Configuration=Release tcpdump.sln
Expand All @@ -78,5 +83,5 @@ build_script:
- \projects\dependencies\dependencies.exe -cache -knowndll Release\tcpdump.exe
- echo -----
- \projects\dependencies\dependencies.exe -cache -chain Release\tcpdump.exe
- rem tcpdump.exe -h
- if %PCAP_TYPE% == none tcpdump.exe -h
- rem tcpdump.exe --version

0 comments on commit 7053060

Please sign in to comment.