mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-04 02:41:19 +00:00
Use different environments for 2015 and 2017
This commit is contained in:
parent
3bd8dc3ef6
commit
4f758bdd48
@ -8,8 +8,10 @@ branches:
|
|||||||
|
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
# - msvc: 2015
|
- msvc: 2015
|
||||||
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||||
- msvc: 2017
|
- msvc: 2017
|
||||||
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
# - Win32
|
# - Win32
|
||||||
@ -20,7 +22,7 @@ configuration:
|
|||||||
# - Release
|
# - Release
|
||||||
|
|
||||||
# For the Qt, Boost, CMake, etc installs
|
# For the Qt, Boost, CMake, etc installs
|
||||||
os: Visual Studio 2017
|
#os: Visual Studio 2017
|
||||||
|
|
||||||
# We want the git revision for versioning,
|
# We want the git revision for versioning,
|
||||||
# so shallow clones don't work.
|
# so shallow clones don't work.
|
||||||
|
Loading…
Reference in New Issue
Block a user