mirror of
https://github.com/vicr123/the-libs.git
synced 2025-01-22 10:22:03 -05:00
Use VS 2019 in CI
This commit is contained in:
parent
f83fb8f41e
commit
c7fe58324f
3 changed files with 17 additions and 14 deletions
|
@ -3,7 +3,7 @@ branches:
|
|||
only:
|
||||
- blueprint
|
||||
skip_tags: true
|
||||
image: Visual Studio 2017
|
||||
image: Visual Studio 2019
|
||||
|
||||
environment:
|
||||
REPO_SLUG: vicr123/the-libs
|
||||
|
|
|
@ -1,8 +1,11 @@
|
|||
if "%APPVEYOR_REPO_TAG_NAME%"=="continuous" (
|
||||
|
||||
exit 1
|
||||
|
||||
)
|
||||
|
||||
set QTDIR=C:\Qt\5.11\msvc2017_64
|
||||
|
||||
set QTDIR=C:\Qt\5.15\msvc2019_64
|
||||
set PATH=%PATH%;%QTDIR%\bin
|
||||
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
|
||||
qmake the-libs.pro
|
||||
|
|
Loading…
Reference in a new issue