Skip to content

Commit 7053060

Browse files
committed
dep step7
[skip ci]
1 parent 13691eb commit 7053060

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.appveyor.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ install:
2121

2222
environment:
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

0 commit comments

Comments
 (0)