Browse Source

Switch appveyor to msvc2017.

adaptive-webui-19844
sledgehammer999 7 years ago
parent
commit
7f37b80801
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2
  1. 4
      .appveyor.yml

4
.appveyor.yml

@ -3,7 +3,7 @@ version: '{branch}-{build}' @@ -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: @@ -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%"

Loading…
Cancel
Save