use more recent version of Visual Studio
This commit is contained in:
parent
aa9f589bf5
commit
08f760fe28
@ -1,10 +1,11 @@
|
|||||||
version: '{build}'
|
version: '{build}'
|
||||||
|
image: Visual Studio 2015
|
||||||
|
|
||||||
configuration:
|
configuration:
|
||||||
- RelWithDebInfo
|
- RelWithDebInfo
|
||||||
|
|
||||||
before_build:
|
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:
|
build_script:
|
||||||
- cmake --build . --config %CONFIGURATION%
|
- cmake --build . --config %CONFIGURATION%
|
||||||
|
Loading…
x
Reference in New Issue
Block a user