mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Bump Qt to 6.8.1 in Windows and macos
Windows is going to be using vc 2022 built in windows-2022
This commit is contained in:
parent
b81b7908f3
commit
e61656cb5f
@ -1,9 +1,9 @@
|
||||
parameters:
|
||||
name: Windows_x64
|
||||
architecture: 'x64'
|
||||
qt_version: '6.2.2'
|
||||
qt_spec: 'msvc2019_64'
|
||||
qt_aqt_spec: 'win64_msvc2019_64'
|
||||
qt_version: '6.8.1'
|
||||
qt_spec: 'msvc2022_64'
|
||||
qt_aqt_spec: 'win64_msvc2022_64'
|
||||
vc_redist_url: 'https://aka.ms/vs/17/release/vc_redist.x64.exe'
|
||||
vc_redist_file_name: 'vc_redist.x64.exe'
|
||||
vc_vars: 'vcvars64.bat'
|
||||
@ -16,7 +16,7 @@ jobs:
|
||||
- ${{ if and(eq(variables['System.TeamFoundationCollectionUri'], 'https://dev.azure.com/luisangelsm/'), or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['Build.SourceBranch'], 'refs/heads/develop'))) }}:
|
||||
- group: windows-codesign
|
||||
pool:
|
||||
vmImage: 'windows-2019'
|
||||
vmImage: 'windows-2022'
|
||||
steps:
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
|
@ -155,8 +155,8 @@ jobs:
|
||||
steps:
|
||||
- script: |
|
||||
pip3 install aqtinstall
|
||||
python3 -m aqt install-qt mac desktop 6.3.1 -m qt5compat qtmultimedia qtimageformats
|
||||
echo '##vso[task.prependpath]$(Build.SourcesDirectory)/6.3.1/macos/bin'
|
||||
python3 -m aqt install-qt mac desktop 6.8.1 -m qt5compat qtmultimedia qtimageformats
|
||||
echo '##vso[task.prependpath]$(Build.SourcesDirectory)/6.8.1/macos/bin'
|
||||
brew install create-dmg
|
||||
brew install node
|
||||
brew link --overwrite node
|
||||
|
Loading…
Reference in New Issue
Block a user