mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 19:45:41 -04:00
appveyor.yml: Use VS2013, since AppVeyor no longer has VS2010.
VS2015 added most of C99, including the ability to declare a variable after a statement. VS2013 is still C89/C90, so use that instead.
This commit is contained in:
parent
e52261e559
commit
d6ee7e9846
@ -2,7 +2,7 @@
|
||||
version: '1.2.0.{build}'
|
||||
|
||||
# Build worker image (VM template)
|
||||
image: Visual Studio 2010
|
||||
image: Visual Studio 2013
|
||||
|
||||
# scripts that are called at very beginning, before repo cloning
|
||||
init:
|
||||
|
Loading…
Reference in New Issue
Block a user