Added VS 2015 test to AppVeyor CI.

Change-Id: I354c13fbe6f159058fbeff47100ef357e99c6cd5
parent f52ddfbd
...@@ -4,6 +4,11 @@ branches: ...@@ -4,6 +4,11 @@ branches:
os: Visual Studio 2015 os: Visual Studio 2015
environment:
matrix:
- CMAKE_VS_VERSION: "10 2010"
- CMAKE_VS_VERSION: "14 2015"
platform: platform:
- x86 - x86
- x64 - x64
...@@ -13,7 +18,7 @@ configuration: ...@@ -13,7 +18,7 @@ configuration:
- Release - Release
before_build: before_build:
- cmake -G"Visual Studio 10 2010" - cmake -G"Visual Studio %CMAKE_VS_VERSION%"
# This cuts down on a lot of noise generated by xamarin warnings. # This cuts down on a lot of noise generated by xamarin warnings.
- del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets" - del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment