Skip to content

Commit

Permalink
Update azure pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
kyuupichan committed Mar 16, 2024
1 parent 04f0dd7 commit 114cbb8
Showing 1 changed file with 57 additions and 12 deletions.
69 changes: 57 additions & 12 deletions .azure-pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,31 +5,76 @@ pr:
jobs:
- template: run-tests.yml
parameters:
name: Py38_Ubuntu
vmImage: 'ubuntu-16.04'
pythonVersion: '3.8'
name: Py312_Ubuntu
vmImage: 'ubuntu-latest'
pythonVersion: '3.12'
- template: run-tests.yml
parameters:
name: Py38_Mac
vmImage: 'macOS-10.14'
pythonVersion: '3.8'
name: Py312_Mac
vmImage: 'macOS-latest'
pythonVersion: '3.12'
- template: run-tests.yml
parameters:
name: Py38_Win
vmImage: 'windows-2019'
pythonVersion: '3.8'
name: Py312_Win
vmImage: 'windows-latest'
pythonVersion: '3.12'
- template: run-tests.yml
parameters:
name: Py311_Ubuntu
vmImage: 'ubuntu-latest'
pythonVersion: '3.11'
- template: run-tests.yml
parameters:
name: Py311_Mac
vmImage: 'macOS-latest'
pythonVersion: '3.11'
- template: run-tests.yml
parameters:
name: Py311_Win
vmImage: 'windows-latest'
pythonVersion: '3.11'
- template: run-tests.yml
parameters:
name: Py310_Ubuntu
vmImage: 'ubuntu-latest'
pythonVersion: '3.10'
- template: run-tests.yml
parameters:
name: Py310_Mac
vmImage: 'macOS-latest'
pythonVersion: '3.10'
- template: run-tests.yml
parameters:
name: Py310_Win
vmImage: 'windows-latest'
pythonVersion: '3.10'
- template: run-tests.yml
parameters:
name: Py39_Ubuntu
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-latest'
pythonVersion: '3.9'
- template: run-tests.yml
parameters:
name: Py39_Mac
vmImage: 'macOS-10.14'
vmImage: 'macOS-latest'
pythonVersion: '3.9'
- template: run-tests.yml
parameters:
name: Py39_Win
vmImage: 'windows-2019'
vmImage: 'windows-latest'
pythonVersion: '3.9'
- template: run-tests.yml
parameters:
name: Py38_Ubuntu
vmImage: 'ubuntu-latest'
pythonVersion: '3.8'
- template: run-tests.yml
parameters:
name: Py38_Mac
vmImage: 'macOS-latest'
pythonVersion: '3.8'
- template: run-tests.yml
parameters:
name: Py38_Win
vmImage: 'windows-latest'
pythonVersion: '3.8'

0 comments on commit 114cbb8

Please sign in to comment.