aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/appveyor.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-09-17 05:52:16 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-09-17 05:52:16 +0300
commit985877a133fe259ff6604002edb1ecc7d808bbd5 (patch)
treeed73c30583500e23ea4e7caa8ed818b54475ebda /appveyor.yml
parentAppVeyor: don't preserve Set-PSDebug (diff)
downloadprivilege-check-985877a133fe259ff6604002edb1ecc7d808bbd5.tar.gz
privilege-check-985877a133fe259ff6604002edb1ecc7d808bbd5.zip
AppVeyor: build w/ VS 2017 as well
Diffstat (limited to '')
-rw-r--r--appveyor.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 3e3f02c..ff85f8d 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,5 +1,7 @@
version: '{build}'
-image: Visual Studio 2015
+image:
+ - Visual Studio 2015
+ - Visual Studio 2017
platform:
- Win32