Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorylavic <ylavic.dev@gmail.com>2021-03-30 16:58:17 +0300
committerylavic <ylavic.dev@gmail.com>2021-03-30 16:58:17 +0300
commita8bd931766b9fc069731b9e86df60ff377991195 (patch)
tree39bdd703a630d57c374f2330da9c315cddc3b1f6
parent6bed9b266f248de5d973e16bc27fdc13e68ad15d (diff)
Tests for C++17 with VS 2019.
-rw-r--r--appveyor.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index fc481305..2e591ee6 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -70,6 +70,11 @@ environment:
VS_PLATFORM: x64
CXX11: OFF
CXX17: ON
+ - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
+ VS_VERSION: 16 2019
+ VS_PLATFORM: x64
+ CXX11: OFF
+ CXX17: ON
before_build:
- git submodule update --init --recursive