summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-04-10 21:43:56 +0200
committerGitHub <noreply@github.com>2017-04-10 21:43:56 +0200
commit73d73e70d79eddeda024ce09a0d9578fd1f653f9 (patch)
treeed51554eba53832fe5ce72e279a74abe3c32c1a8
parent400400972149ea887f8e1cfbcee4732d7e17ee52 (diff)
parent0e37e076a12a2e0c55141677eef15a3332609213 (diff)
downloadATCD-73d73e70d79eddeda024ce09a0d9578fd1f653f9.tar.gz
Merge pull request #398 from jwillemsen/master
Use Visual Studio 2017
-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