Tests for C++17 with VS 2019.

This commit is contained in:
ylavic 2021-03-30 15:58:17 +02:00
parent 6bed9b266f
commit a8bd931766

View File

@ -70,6 +70,11 @@ environment:
VS_PLATFORM: x64 VS_PLATFORM: x64
CXX11: OFF CXX11: OFF
CXX17: ON CXX17: ON
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
VS_VERSION: 16 2019
VS_PLATFORM: x64
CXX11: OFF
CXX17: ON
before_build: before_build:
- git submodule update --init --recursive - git submodule update --init --recursive