From 174494fc4b0d73da1cf12e574b0bc8bf216ce1d9 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 5 Apr 2017 15:41:37 +0200 Subject: Use Visual Studio 2017 * appveyor.yml: --- appveyor.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 62d2b01ae44..a012e24acdf 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,7 +2,7 @@ branches: only: - master -os: Visual Studio 2015 +os: Visual Studio 2017 clone_depth: 15 @@ -16,8 +16,8 @@ install: - set PATH=%ACE_ROOT%\lib:%PATH% - ps: $CONTENT='#include "ace/config-win32.h"' - ps: $CONTENT > ACE\ace\config.h - - call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64 - - call perl %CD%\ACE\bin\mwc.pl -type vc14 %CD%\TAO\TAO_ACE.mwc + - call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64 + - call perl %CD%\ACE\bin\mwc.pl -type vs2017 %CD%\TAO\TAO_ACE.mwc platform: - x64 -- cgit v1.2.1