Use the correct version of visual studio (last try)

This commit is contained in:
Bertrand Bellenot 2016-12-02 16:02:34 +01:00 committed by sftnight
parent 889a6da358
commit 67c258eb70

View File

@ -19,7 +19,7 @@ matrix:
skip_tags: true
os:
- Visual Studio 2015 Win64
- Visual Studio 14 2015 Win64
build:
parallel: true
@ -35,7 +35,7 @@ build_script:
--with-cling-url=https://github.com/%APPVEYOR_REPO_NAME% ^
--with-clang-url=http://root.cern.ch/git/clang.git ^
--with-llvm-url=http://root.cern.ch/git/llvm.git ^
--with-cmake-flags="-GVisual Studio 15 Win64"
--with-cmake-flags="-GVisual Studio 14 2015 Win64"
init:
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))