mirror of https://github.com/PCSX2/pcsx2.git
ci:appveyor: Add 64-bit build
Since x86-64 recompilers now work
This commit is contained in:
parent
556ec932fb
commit
4bbf0eeb8b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue