Skip to content

Commit

Permalink
Sync azure pipelines config with jaraco/skeleton, adding support for …
Browse files Browse the repository at this point in the history
…building on macOS and Windows.
  • Loading branch information
jaraco committed May 15, 2020
1 parent c79400a commit 6463fee
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ trigger:
- '*'

pool:
vmimage: 'Ubuntu-18.04'
vmImage: $(pool_vm_image)

variables:
- group: Azure secrets
- name: pool_vm_image
value: Ubuntu-18.04

stages:
- stage: Test
Expand All @@ -23,10 +25,17 @@ stages:
- job: 'Test'
strategy:
matrix:
Python36:
Bionic Python 3.6:
python.version: '3.6'
Python38:
Bionic Python 3.8:
python.version: '3.8'
Windows:
python.version: '3.8'
pool_vm_image: vs2017-win2016
MacOS:
python.version: '3.8'
pool_vm_image: macos-10.15

maxParallel: 4

steps:
Expand Down

0 comments on commit 6463fee

Please sign in to comment.