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

Use different environments for 2015 and 2017

This commit is contained in:
Alexander "Ananace" Olofsson 2018-05-20 18:24:06 +02:00 committed by GitHub
parent 3bd8dc3ef6
commit 4f758bdd48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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