Browse Source

CI: Update AppVeyor image to Visual Studio 2022

PR #15727.
adaptive-webui-19844
xavier2k6 3 years ago committed by GitHub
parent
commit
001bd60d36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .appveyor.yml

4
.appveyor.yml

@ -3,7 +3,7 @@ version: '{branch}-{build}'
# Do not build on tags (GitHub only) # Do not build on tags (GitHub only)
skip_tags: true skip_tags: true
image: Visual Studio 2019 image: Visual Studio 2022
branches: branches:
except: # blacklist except: # blacklist
@ -42,7 +42,7 @@ install:
before_build: before_build:
# setup env # setup env
- CALL "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat" - CALL "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvars64.bat"
- SET PATH=%PATH%;C:\Qt\5.15.2\msvc2019_64\bin;%CACHE_DIR%\jom - SET PATH=%PATH%;C:\Qt\5.15.2\msvc2019_64\bin;%CACHE_DIR%\jom
# setup project # setup project
- COPY /Y "%CACHE_DIR%\conf.pri" "%REPO_DIR%" - COPY /Y "%CACHE_DIR%\conf.pri" "%REPO_DIR%"

Loading…
Cancel
Save