use more recent version of Visual Studio

This commit is contained in:
Alex Martin 2017-10-22 10:57:15 +02:00
parent aa9f589bf5
commit 08f760fe28

View File

@ -1,10 +1,11 @@
version: '{build}'
image: Visual Studio 2015
configuration:
- RelWithDebInfo
before_build:
- cmake -G "Visual Studio 10 2010" source/compiler -DCPACK_GENERATOR=ZIP
- cmake -G "Visual Studio 14 2015" source/compiler -DCPACK_GENERATOR=ZIP
build_script:
- cmake --build . --config %CONFIGURATION%