]> The Tcpdump Group git mirrors - libpcap/commitdiff
AppVeyor script for a Continuation Integration for MSVC.
authorGisle Vanem <[email protected]>
Mon, 13 Mar 2017 23:04:30 +0000 (23:04 +0000)
committerGisle Vanem <[email protected]>
Mon, 13 Mar 2017 23:04:30 +0000 (23:04 +0000)
.appveyor.yml [new file with mode: 0644]

diff --git a/.appveyor.yml b/.appveyor.yml
new file mode 100644 (file)
index 0000000..cdcb1a3
--- /dev/null
@@ -0,0 +1,21 @@
+branches:
+  only:
+  - master
+
+clone_depth: 5
+
+matrix:
+  fast_finish: true
+
+install:
+  - cinst winflexbison
+  - win_flex --version
+  - win_bison --version
+  - 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 -DPACKET_DLL_DIR=c:\projects\libpcap\Win32\WpdPack -G"Visual Studio 12 2013" ..
+  - msbuild -nologo -p:Configuration=Release pcap.sln