From 7f37b80801140421d3e0d2103cbee5500d2e5063 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Mon, 3 Jul 2017 02:02:45 +0300 Subject: [PATCH] Switch appveyor to msvc2017. --- .appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 240291ec1..41215fe8c 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -3,7 +3,7 @@ version: '{branch}-{build}' # Do not build on tags (GitHub only) skip_tags: true -os: Visual Studio 2015 +image: Visual Studio 2017 branches: except: # blacklist @@ -42,7 +42,7 @@ install: before_build: # setup env - - CALL "c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\vcvars32.bat" + - CALL "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars32.bat" - SET PATH=%PATH%;c:\qbt\qt5_32\bin;%CACHE_DIR%\jom; # setup project - COPY /Y "%CACHE_DIR%\winconf.pri" "%REPO_DIR%"