mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +03:00
chore(ci): bump target qt versions: 6.5.x, 6.6.x, 6.7.x and 6.8.0 (#822)
* chore(ci): bump target qt versions Signed-off-by: Hiroshi Miura <miurahr@linux.com> * chore(ci): use install-qt subcommand - Drop backward compat check Signed-off-by: Hiroshi Miura <miurahr@linux.com> * chore(ci): wip Signed-off-by: Hiroshi Miura <miurahr@linux.com> * chore(ci): wip Signed-off-by: Hiroshi Miura <miurahr@linux.com> * chore(ci): fix qmake query checks Signed-off-by: Hiroshi Miura <miurahr@linux.com> * chore(ci): fix mingw targets Signed-off-by: Hiroshi Miura <miurahr@linux.com> * chore(ci): add target 6.8.0 and drop use of python3.9 Signed-off-by: Hiroshi Miura <miurahr@linux.com> * chore(ci): add expectation for Qt 6.8 Signed-off-by: Hiroshi Miura <miurahr@linux.com> * chore(ci): drop tox test from install-qt check Signed-off-by: Hiroshi Miura <miurahr@linux.com> * chore(ci): fix expectation for windows/android qt 6.6 Signed-off-by: Hiroshi Miura <miurahr@linux.com> * chore(ci): wip Signed-off-by: Hiroshi Miura <miurahr@linux.com> * chore(ci): wip Signed-off-by: Hiroshi Miura <miurahr@linux.com> * chore(ci): add taget Qt 6.7.3 Signed-off-by: Hiroshi Miura <miurahr@linux.com> * chore(ci): bump actions/setup-python@v5 Signed-off-by: Hiroshi Miura <miurahr@linux.com> * chore(ci): azure-pipelines: drop test target Qt5 Signed-off-by: Hiroshi Miura <miurahr@linux.com> * chore(ci): azure-pipelines: update triggers Signed-off-by: Hiroshi Miura <miurahr@linux.com> * chore(ci): azure-pipelines: disable Linux_ARM64 Signed-off-by: Hiroshi Miura <miurahr@linux.com> * chore(ci): azure-pipelines: replace list with list-qt Signed-off-by: Hiroshi Miura <miurahr@linux.com> * chore(ci): azure-pipelines: no build check if list-qt Signed-off-by: Hiroshi Miura <miurahr@linux.com> --------- Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -1,21 +1,15 @@
|
||||
trigger: none
|
||||
pr: none
|
||||
schedules:
|
||||
- cron: '0 12 * * 0'
|
||||
displayName: Weekly sunday full tests
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
trigger: [master]
|
||||
pr: [master]
|
||||
|
||||
jobs:
|
||||
- job: MatricesGenerator
|
||||
displayName: Matrices Generator
|
||||
pool:
|
||||
vmImage: 'ubuntu-20.04'
|
||||
vmImage: 'ubuntu-22.04'
|
||||
steps:
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
versionSpec: '3.9'
|
||||
versionSpec: '3.12'
|
||||
addToPath: true
|
||||
- bash: python ci/generate_azure_pipelines_matrices.py
|
||||
name: mtrx
|
||||
@@ -54,14 +48,14 @@ jobs:
|
||||
steps:
|
||||
- template: ci/steps.yml
|
||||
|
||||
- job: Linux_ARM64
|
||||
dependsOn: MatricesGenerator
|
||||
pool:
|
||||
vmImage: 'ubuntu-22.04'
|
||||
container:
|
||||
image: ubuntu:22.04
|
||||
options: --platform linux/arm64
|
||||
strategy:
|
||||
matrix: $[ dependencies.MatricesGenerator.outputs['mtrx.linux_arm64'] ]
|
||||
steps:
|
||||
- template: ci/steps.yml
|
||||
#- job: Linux_ARM64
|
||||
# dependsOn: MatricesGenerator
|
||||
# pool:
|
||||
# vmImage: 'ubuntu-22.04'
|
||||
# container:
|
||||
# image: ubuntu:22.04
|
||||
# options: --platform linux/arm64
|
||||
# strategy:
|
||||
# matrix: $[ dependencies.MatricesGenerator.outputs['mtrx.linux_arm64'] ]
|
||||
# steps:
|
||||
# - template: ci/steps.yml
|
||||
|
||||
Reference in New Issue
Block a user