mirror of https://github.com/PCSX2/pcsx2.git
ci:appveyor: Add VS2019 and remove VS2015
[skip travisci]
This commit is contained in:
parent
e7d1a58a5a
commit
5b6b386708
10
appveyor.yml
10
appveyor.yml
|
@ -3,18 +3,16 @@
|
||||||
# finished, which could be a bit annoying.
|
# finished, which could be a bit annoying.
|
||||||
version: 1.{build}-{branch}
|
version: 1.{build}-{branch}
|
||||||
|
|
||||||
image: Visual Studio 2017
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- platform: Win32
|
- platform: Win32
|
||||||
target: AppVeyor
|
target: AppVeyor
|
||||||
visualstudio_string: vs2017
|
visualstudio_string: vs2019
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
|
||||||
- platform: Win32
|
- platform: Win32
|
||||||
target: AppVeyor
|
target: AppVeyor
|
||||||
visualstudio_string: vs2015
|
visualstudio_string: vs2017
|
||||||
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
Loading…
Reference in New Issue