Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kidev authored Dec 18, 2024
1 parent 5d51256 commit cca1d7d
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,22 @@ trigger: [master]
pr: [master]

jobs:
- job: MatricesGenerator
pool:
name: kidev-pool
demands:
- Agent.OS -equals Windows_NT
steps:
- task: UsePythonVersion@0
inputs:
versionSpec: '3.12'
addToPath: true
- bash: python ci/generate_azure_pipelines_matrices.py
name: mtrx
displayName: Generate test matrices and set variables in Azure Pipelines

- job: Windows
dependsOn: MatricesGenerator
pool:
name: kidev-pool
demands:
Expand All @@ -14,4 +29,4 @@ jobs:
startYear: $[format('{0:yyyy}', pipeline.startTime)]
startMonth: $[format('{0:MM}', pipeline.startTime)]
steps:
- template: ci/steps.yml
- template: ci/steps.yml

0 comments on commit cca1d7d

Please sign in to comment.