From 35a4c01e7abfe5b1166e2e669c114a260457422b Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Sat, 7 Sep 2019 12:25:06 +0200 Subject: [PATCH] Added Visual Studio 2019 testing --- .appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 61e10501..2b38e288 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,6 +12,7 @@ image: - Visual Studio 2013 - Visual Studio 2015 - Visual Studio 2017 + - Visual Studio 2019 environment: matrix: @@ -46,6 +47,9 @@ before_build: if ("$env:APPVEYOR_JOB_NAME" -match "Image: Visual Studio 2017") { $env:generator="Visual Studio 15 2017" } + if ("$env:APPVEYOR_JOB_NAME" -match "Image: Visual Studio 2019") { + $env:generator="Visual Studio 16 2019" + } if ($env:PLATFORM -eq "x64") { $env:generator="$env:generator Win64" }