ci:appveyor: Add 64-bit build

Since x86-64 recompilers now work
This commit is contained in:
beaumanvienna (JC) 2020-07-02 08:10:47 -07:00 committed by tellowkrinkle
parent 556ec932fb
commit 4bbf0eeb8b
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ environment:
target: AppVeyor
visualstudio_string: vs2017
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
- platform: x64
target: AppVeyor
visualstudio_string: vs2019
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
matrix:
fast_finish: true