Commit 6463fee5 authored by Jason R. Coombs's avatar Jason R. Coombs

Sync azure pipelines config with jaraco/skeleton, adding support for building on macOS and Windows.

parent c79400a2
...@@ -11,10 +11,12 @@ trigger: ...@@ -11,10 +11,12 @@ trigger:
- '*' - '*'
pool: pool:
vmimage: 'Ubuntu-18.04' vmImage: $(pool_vm_image)
variables: variables:
- group: Azure secrets - group: Azure secrets
- name: pool_vm_image
value: Ubuntu-18.04
stages: stages:
- stage: Test - stage: Test
...@@ -23,10 +25,17 @@ stages: ...@@ -23,10 +25,17 @@ stages:
- job: 'Test' - job: 'Test'
strategy: strategy:
matrix: matrix:
Python36: Bionic Python 3.6:
python.version: '3.6' python.version: '3.6'
Python38: Bionic Python 3.8:
python.version: '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 maxParallel: 4
steps: steps:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment