[pkg-d-commits] [ldc] 80/95: AppVeyor: Switch to VS 2017

Matthias Klumpp mak at moszumanska.debian.org
Thu Jul 13 20:54:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to annotated tag v1.3.0-beta1
in repository ldc.

commit 3b7afff54cd1aa094002c6772021a51fa73d026a
Author: Martin <noone at nowhere.com>
Date:   Sat Apr 8 18:30:39 2017 +0200

    AppVeyor: Switch to VS 2017
    
    While still using the same prebuilt LLVM (compiled by VS 2015).
---
 appveyor.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 90dbb18..7886050 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -12,14 +12,14 @@ skip_tags: true
 #---------------------------------#
 
 # Operating system (build VM template)
-os: Visual Studio 2015
+os: Visual Studio 2017
 
 environment:
   matrix:
     - APPVEYOR_JOB_ARCH:   x64
       D_COMPILER:          ldc
     - APPVEYOR_JOB_ARCH:   x86
-      D_COMPILER:          dmd
+      D_COMPILER:          ldc
 
 #matrix:
 #  allow_failures:
@@ -100,8 +100,7 @@ install:
   - cd ..
   # Set environment variables
   - set PATH=%CD%\ninja;%CD%\make;%PATH%
-  - if "%APPVEYOR_JOB_ARCH%"=="x64" ( call "c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64 )
-  - if "%APPVEYOR_JOB_ARCH%"=="x86" ( call "c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86 )
+  - call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat" -arch=%APPVEYOR_JOB_ARCH%
   # Print environment info
   - set
   - msbuild /version

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git



More information about the pkg-d-commits mailing list