1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-04 02:41:19 +00:00

Change Appveyor to use Visual Studio 2017

This commit is contained in:
Alexander "Ananace" Olofsson 2018-05-20 18:04:59 +02:00 committed by GitHub
parent 12b201348a
commit e1e7a4b11a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ branches:
environment:
matrix:
- msvc: 2015
# - msvc: 2015
- msvc: 2017
platform:
@ -20,7 +20,7 @@ configuration:
# - Release
# For the Qt, Boost, CMake, etc installs
os: Visual Studio 2015
os: Visual Studio 2017
# We want the git revision for versioning,
# so shallow clones don't work.