summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-01-29 13:36:30 -0800
committerGuy Harris <guy@alum.mit.edu>2018-01-29 13:36:30 -0800
commit458fa5ea7bf99c1293a7190dd820a1f2e0fd7974 (patch)
tree58599ede48b48e62559c3428a61e6af0a3147e45 /.appveyor.yml
parente68daf3cd95dea3cf5aaea3496b045a7659f7de2 (diff)
downloadtcpdump-458fa5ea7bf99c1293a7190dd820a1f2e0fd7974.tar.gz
First cut at a YML file for AppVeyor.
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
new file mode 100644
index 00000000..63bc439c
--- /dev/null
+++ b/.appveyor.yml
@@ -0,0 +1,20 @@
+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 pcap.sln