summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-04-05 15:41:37 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-04-05 15:41:37 +0200
commit174494fc4b0d73da1cf12e574b0bc8bf216ce1d9 (patch)
treea64a98bc9d28b8c124cb4c9c6426d625f98abcdd
parent4fe9f9a0e1af75b17dc9a5372a437b1f1dedfda7 (diff)
downloadATCD-174494fc4b0d73da1cf12e574b0bc8bf216ce1d9.tar.gz
Use Visual Studio 2017
* appveyor.yml:
-rw-r--r--appveyor.yml6
1 files 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