diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-09 07:06:34 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-12-09 07:19:18 +0300 |
commit | caa204ae3af69a44b3819b77e588ae2e490e4510 (patch) | |
tree | 867482112ccff817bca216f4bc47474df4d7731a | |
parent | update cmake-common (diff) | |
download | privilege-check-caa204ae3af69a44b3819b77e588ae2e490e4510.tar.gz privilege-check-caa204ae3af69a44b3819b77e588ae2e490e4510.zip |
AppVeyor: build w/ VS 2019
-rw-r--r-- | .appveyor/build.ps1 | 1 | ||||
-rw-r--r-- | appveyor.yml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.appveyor/build.ps1 b/.appveyor/build.ps1 index fab4cc0..48b508c 100644 --- a/.appveyor/build.ps1 +++ b/.appveyor/build.ps1 @@ -39,6 +39,7 @@ function Set-AppVeyorDefaults { 'Visual Studio 2013' { 'Visual Studio 12 2013' } 'Visual Studio 2015' { 'Visual Studio 14 2015' } 'Visual Studio 2017' { 'Visual Studio 15 2017' } + 'Visual Studio 2019' { 'Visual Studio 16 2019' } default { throw "Unsupported AppVeyor image: $env:APPVEYOR_BUILD_WORKER_IMAGE" } } $script:Platform = $env:PLATFORM diff --git a/appveyor.yml b/appveyor.yml index 1377850..24edff1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,6 +3,7 @@ version: '{build}' image: - Visual Studio 2015 - Visual Studio 2017 + - Visual Studio 2019 platform: - Win32 |