Skip to content

Commit

Permalink
add ubuntu 2004 to definitions (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-lobanov authored Jun 3, 2020
1 parent 572e346 commit 06026ea
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions azure-pipelines/build-python-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 06026ea

Please sign in to comment.