File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ install:
2121
2222environment :
2323 matrix :
24+ - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
25+ GENERATOR : " Visual Studio 14 2015"
26+ SDK : WpdPack
27+ PCAP_TYPE : none
2428 - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
2529 GENERATOR : " Visual Studio 14 2015"
2630 SDK : WpdPack
@@ -69,6 +73,7 @@ build_script:
6973 - type NUL >.devel
7074 - md build
7175 - cd build
76+ - if %PCAP_TYPE% == none cmake -DPCAP_TYPE=none -DPCAP_ROOT=c:\projects\libpcap\Win32\%SDK% -G"%GENERATOR%" ..
7277 - if NOT DEFINED PLATFORM cmake -DPCAP_ROOT=c:\projects\libpcap\Win32\%SDK% -G"%GENERATOR%" ..
7378 - if DEFINED PLATFORM cmake -DPCAP_ROOT=c:\projects\libpcap\Win32\%SDK% -G"%GENERATOR%" -A %PLATFORM% ..
7479 - msbuild /m /nologo /p:Configuration=Release tcpdump.sln
@@ -78,5 +83,5 @@ build_script:
7883 - \projects\dependencies\dependencies.exe -cache -knowndll Release\tcpdump.exe
7984 - echo -----
8085 - \projects\dependencies\dependencies.exe -cache -chain Release\tcpdump.exe
81- - rem tcpdump.exe -h
86+ - if %PCAP_TYPE% == none tcpdump.exe -h
8287 - rem tcpdump.exe --version
You can’t perform that action at this time.
0 commit comments