mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -04:00
Azure: Update Windows builds to use VS 2019 and Qt 5.15.2
Qt 5.15.2 and VS 2019 support all Windows platforms still supported by YACReader. Update the build to take advantage of it.
This commit is contained in:
@ -103,20 +103,20 @@ jobs:
|
||||
parameters:
|
||||
name: Windows_x64
|
||||
architecture: 'x64'
|
||||
qt_version: '5.12.6'
|
||||
qt_spec: 'msvc2017_64'
|
||||
qt_aqt_spec: 'win64_msvc2017_64'
|
||||
vc_redist_url: 'https://go.microsoft.com/fwlink/?LinkId=746572'
|
||||
qt_version: '5.15.2'
|
||||
qt_spec: 'msvc2019_64'
|
||||
qt_aqt_spec: 'win64_msvc2019_64'
|
||||
vc_redist_url: 'https://aka.ms/vs/16/release/vc_redist.x64.exe'
|
||||
vc_redist_file_name: 'vc_redist.x64.exe'
|
||||
vc_vars: 'vcvars64.bat'
|
||||
- template: azure-pipelines-windows-template.yml
|
||||
parameters:
|
||||
name: Windows_x86
|
||||
architecture: 'x86'
|
||||
qt_version: '5.12.6'
|
||||
qt_spec: 'msvc2017'
|
||||
qt_aqt_spec: 'win32_msvc2017'
|
||||
vc_redist_url: 'https://go.microsoft.com/fwlink/?LinkId=746571'
|
||||
qt_version: '5.15.2'
|
||||
qt_spec: 'msvc2019'
|
||||
qt_aqt_spec: 'win32_msvc2019'
|
||||
vc_redist_url: 'https://aka.ms/vs/16/release/vc_redist.x86.exe'
|
||||
vc_redist_file_name: 'vc_redist.x86.exe'
|
||||
vc_vars: 'vcvars32.bat'
|
||||
|
||||
|
Reference in New Issue
Block a user