mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 21:43:06 +01:00
Disable MSVC 2017 RC on AppVeyor
I don't recall a build that would fail on MSVC15, but not on MSVC14.
Testing with both of them provides little benefit, while causing huge
delays in builds on AppVeyor.
In due time this can be re-enabled or AppVeyor setup can be moved fully
to MSVC15 when it becomes released.
Last known commit to pass is b1018ae.
This commit is contained in:
committed by
Ted John
parent
b1018aecb6
commit
3a2f8a29d0
@@ -1,7 +1,7 @@
|
||||
version: 0.0.6.{build}
|
||||
image:
|
||||
- Visual Studio 2015
|
||||
- Visual Studio 2017 RC
|
||||
# - Visual Studio 2017 RC
|
||||
cache:
|
||||
- C:\ProgramData\chocolatey\bin -> scripts\ps\appveyor_install.ps1
|
||||
- C:\ProgramData\chocolatey\lib -> scripts\ps\appveyor_install.ps1
|
||||
|
||||
Reference in New Issue
Block a user