mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-27 12:03:44 +08:00
21 lines
431 B
YAML
21 lines
431 B
YAML
version: '{build}'
|
|
|
|
branches:
|
|
only:
|
|
- master
|
|
|
|
clone_depth: 5
|
|
|
|
matrix:
|
|
fast_finish: true
|
|
|
|
install:
|
|
- appveyor DownloadFile http://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
|
|
- 7z x .\WpdPack_4_1_2.zip -oc:\projects\libpcap\Win32
|
|
|
|
build_script:
|
|
- md build
|
|
- cd build
|
|
- cmake -DCMAKE_PREFIX_PATH=c:\projects\libpcap\Win32\WpdPack -G"Visual Studio 12 2013" ..
|
|
- msbuild -nologo -p:Configuration=Release tcpdump.sln
|