summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-08-10 19:40:18 -0700
committerGuy Harris <guy@alum.mit.edu>2019-08-10 19:40:18 -0700
commite4785b872583009730d72b1267f2bcc54a985e4b (patch)
tree893637627dab157251f30ce839d44b7d56db00a2 /.appveyor.yml
parent9b22dcac8d1b29d51170757ae9ebc749675459d3 (diff)
downloadtcpdump-e4785b872583009730d72b1267f2bcc54a985e4b.tar.gz
Add VS 2017 to the build matrix.
That way, we 1) make sure it builds with VS 2015 and doesn't depend on any VS 2017-isms and 2) possibly get additional warnings from VS 2017 (and make sure it builds on VS 2017).
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index ef376769..d8becc2c 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -21,6 +21,14 @@ environment:
SDK: npcap-sdk-0.1
- GENERATOR: "Visual Studio 14 2015 Win64"
SDK: npcap-sdk-0.1
+ - GENERATOR: "Visual Studio 15 2017"
+ SDK: WpdPack
+ - GENERATOR: "Visual Studio 15 2017 Win64"
+ SDK: WpdPack
+ - GENERATOR: "Visual Studio 15 2017"
+ SDK: npcap-sdk-0.1
+ - GENERATOR: "Visual Studio 15 2017 Win64"
+ SDK: npcap-sdk-0.1
build_script:
#