Use different environments for 2015 and 2017

pull/433/head^2
Alexander "Ananace" Olofsson 6 years ago committed by GitHub
parent 3bd8dc3ef6
commit 4f758bdd48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save