diff options
author | chausner <15180557+chausner@users.noreply.github.com> | 2022-08-29 00:47:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-28 18:47:42 -0400 |
commit | 5a7fd693b59728cfaf3ef536459f1c2256799fc8 (patch) | |
tree | 780133e01b54269dc879b35dc87b6ff5d8e29501 | |
parent | 0b5747421b279283fc6d1b1065dc01fb5d1ec997 (diff) | |
download | cryptopp-git-5a7fd693b59728cfaf3ef536459f1c2256799fc8.tar.gz |
Add Visual Studio 2022 to AppVeyor config (PR #1148)
-rw-r--r-- | .appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 0c833005..78e802cf 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -18,6 +18,7 @@ platform: image:
+- Visual Studio 2022
- Visual Studio 2019
- Visual Studio 2017
- Visual Studio 2015
|