summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-10-14 06:08:38 -0400
committerJeffrey Walton <noloader@gmail.com>2019-10-14 06:08:38 -0400
commit04cfd0720a1a3dcc907b7db0eb33db72d97a9366 (patch)
tree95af0c47cee19bf29fab9c2e980532e2ea615f99 /.appveyor.yml
parent7b0ec4d4a68ef8d089dee4f87db9e1b88b66b79b (diff)
downloadcryptopp-git-04cfd0720a1a3dcc907b7db0eb33db72d97a9366.tar.gz
Add Visual Studio 2019 to AppVeyor build worker
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index a297717e..0c833005 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -3,7 +3,7 @@
# I have to admit its a bit complex and I don't fully understand it.
version: 1.0.{build}
-clone_depth: 3
+clone_depth: 5
skip_tags: true
configuration:
@@ -18,6 +18,7 @@ platform:
image:
+- Visual Studio 2019
- Visual Studio 2017
- Visual Studio 2015
- Visual Studio 2013