File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,10 @@ install:
21
21
22
22
environment :
23
23
matrix :
24
+ - APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
25
+ GENERATOR : " Visual Studio 14 2015"
26
+ SDK : WpdPack
27
+ PCAP_TYPE : none
24
28
- APPVEYOR_BUILD_WORKER_IMAGE : Visual Studio 2015
25
29
GENERATOR : " Visual Studio 14 2015"
26
30
SDK : WpdPack
@@ -69,6 +73,7 @@ build_script:
69
73
- type NUL >.devel
70
74
- md build
71
75
- cd build
76
+ - if %PCAP_TYPE% == none cmake -DPCAP_TYPE=none -DPCAP_ROOT=c:\projects\libpcap\Win32\%SDK% -G"%GENERATOR%" ..
72
77
- if NOT DEFINED PLATFORM cmake -DPCAP_ROOT=c:\projects\libpcap\Win32\%SDK% -G"%GENERATOR%" ..
73
78
- if DEFINED PLATFORM cmake -DPCAP_ROOT=c:\projects\libpcap\Win32\%SDK% -G"%GENERATOR%" -A %PLATFORM% ..
74
79
- msbuild /m /nologo /p:Configuration=Release tcpdump.sln
@@ -78,5 +83,5 @@ build_script:
78
83
- \projects\dependencies\dependencies.exe -cache -knowndll Release\tcpdump.exe
79
84
- echo -----
80
85
- \projects\dependencies\dependencies.exe -cache -chain Release\tcpdump.exe
81
- - rem tcpdump.exe -h
86
+ - if %PCAP_TYPE% == none tcpdump.exe -h
82
87
- rem tcpdump.exe --version
You can’t perform that action at this time.
0 commit comments