Skip to content

Commit

Permalink
Update AppVeyor CI image to Visual Studio 2019 (qbittorrent#14983)
Browse files Browse the repository at this point in the history
Update AppVeyor CI image to Visual Studio 2019
  • Loading branch information
xavier2k6 committed May 19, 2021
1 parent a51742b commit 365b1c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '{branch}-{build}'
# Do not build on tags (GitHub only)
skip_tags: true

image: Visual Studio 2017
image: Visual Studio 2019

branches:
except: # blacklist
Expand Down Expand Up @@ -42,7 +42,7 @@ install:

before_build:
# setup env
- CALL "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars32.bat"
- CALL "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars32.bat"
- SET PATH=%PATH%;c:\qbt\qt5_32\bin;%CACHE_DIR%\jom;
# setup project
- COPY /Y "%CACHE_DIR%\conf.pri" "%REPO_DIR%"
Expand Down

0 comments on commit 365b1c6

Please sign in to comment.