mirror of
https://github.com/actions/python-versions.git
synced 2025-04-04 22:39:40 +00:00
add ubuntu 2004 to definitions (#27)
This commit is contained in:
@ -60,6 +60,25 @@ stages:
|
||||
jobs:
|
||||
- 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
|
||||
dependsOn: []
|
||||
variables:
|
||||
|
Reference in New Issue
Block a user