mirror of
https://github.com/actions/python-versions.git
synced 2025-04-06 07:19:41 +00:00
add ubuntu 2004 to definitions (#27)
This commit is contained in:
@ -60,6 +60,25 @@ stages:
|
|||||||
jobs:
|
jobs:
|
||||||
- template: /azure-pipelines/templates/test-job.yml
|
- template: /azure-pipelines/templates/test-job.yml
|
||||||
|
|
||||||
|
- stage: Build_Python_Ubuntu_2004
|
||||||
|
dependsOn: []
|
||||||
|
variables:
|
||||||
|
VmImage: 'ubuntu-20.04'
|
||||||
|
Platform: ubuntu-2004
|
||||||
|
Architecture: x64
|
||||||
|
jobs:
|
||||||
|
- template: /azure-pipelines/templates/build-job.yml
|
||||||
|
|
||||||
|
- stage: Test_Python_Ubuntu_2004
|
||||||
|
condition: succeeded()
|
||||||
|
dependsOn: Build_Python_Ubuntu_2004
|
||||||
|
variables:
|
||||||
|
VmImage: 'ubuntu-20.04'
|
||||||
|
Platform: ubuntu-2004
|
||||||
|
Architecture: x64
|
||||||
|
jobs:
|
||||||
|
- template: /azure-pipelines/templates/test-job.yml
|
||||||
|
|
||||||
- stage: Build_Python_X64_Windows
|
- stage: Build_Python_X64_Windows
|
||||||
dependsOn: []
|
dependsOn: []
|
||||||
variables:
|
variables:
|
||||||
|
Reference in New Issue
Block a user