Files
cadquery/azure-pipelines.yml
Adam Urbańczyk 731122e5b0 Start building CQ for py3.9 (#672)
* Try building for py3.9

* Naming and whitespace fix

* Syntax fix

* Try newer conda build

* Start using 18.04 and get rid of py3.6
2021-03-16 22:16:21 +01:00

87 lines
1.5 KiB
YAML

trigger:
branches:
include:
- master
- refs/tags/*
pr:
- master
resources:
repositories:
- repository: templates
type: github
name: CadQuery/conda-packages
endpoint: CadQuery
jobs:
- template: conda-build.yml@templates
parameters:
name: Linux_37
vmImage: 'ubuntu-18.04'
py_maj: 3
py_min: 7
- template: conda-build.yml@templates
parameters:
name: macOS_37
vmImage: 'macOS-10.15'
py_maj: 3
py_min: 7
- template: conda-build.yml@templates
parameters:
name: Windows_37
vmImage: 'vs2017-win2016'
py_maj: 3
py_min: 7
conda_bld: 3.18
- template: conda-build.yml@templates
parameters:
name: Linux_38
vmImage: 'ubuntu-18.04'
py_maj: 3
py_min: 8
conda_bld: 3.19.2
- template: conda-build.yml@templates
parameters:
name: macOS_38
vmImage: 'macOS-10.15'
py_maj: 3
py_min: 8
conda_bld: 3.19.2
- template: conda-build.yml@templates
parameters:
name: Windows_38
vmImage: 'vs2017-win2016'
py_maj: 3
py_min: 8
conda_bld: 3.19.2
- template: conda-build.yml@templates
parameters:
name: Linux_39
vmImage: 'ubuntu-18.04'
py_maj: 3
py_min: 9
conda_bld: 3.21.4
- template: conda-build.yml@templates
parameters:
name: macOS_39
vmImage: 'macOS-10.15'
py_maj: 3
py_min: 9
conda_bld: 3.21.4
- template: conda-build.yml@templates
parameters:
name: Windows_39
vmImage: 'vs2017-win2016'
py_maj: 3
py_min: 9
conda_bld: 3.21.4