mirror of
https://github.com/jdegenstein/jmwright-CQ-Editor.git
synced 2026-02-03 11:58:57 +01:00
from jmwright 72b67da
This commit is contained in:
49
azure-pipelines.yml
Normal file
49
azure-pipelines.yml
Normal file
@@ -0,0 +1,49 @@
|
||||
trigger:
|
||||
branches:
|
||||
include:
|
||||
- master
|
||||
- refs/tags/*
|
||||
|
||||
pr:
|
||||
- master
|
||||
|
||||
resources:
|
||||
repositories:
|
||||
- repository: templates
|
||||
type: github
|
||||
name: jmwright/conda-packages
|
||||
endpoint: CadQuery
|
||||
|
||||
parameters:
|
||||
- name: minor
|
||||
type: object
|
||||
default:
|
||||
- 8
|
||||
- 9
|
||||
- 10
|
||||
|
||||
jobs:
|
||||
- ${{ each minor in parameters.minor }}:
|
||||
- template: conda-build.yml@templates
|
||||
parameters:
|
||||
name: Linux
|
||||
vmImage: 'ubuntu-18.04'
|
||||
py_maj: 3
|
||||
py_min: ${{minor}}
|
||||
conda_bld: 3.21.6
|
||||
|
||||
- template: conda-build.yml@templates
|
||||
parameters:
|
||||
name: macOS
|
||||
vmImage: 'macOS-10.15'
|
||||
py_maj: 3
|
||||
py_min: ${{minor}}
|
||||
conda_bld: 3.21.6
|
||||
|
||||
- template: conda-build.yml@templates
|
||||
parameters:
|
||||
name: Windows
|
||||
vmImage: 'windows-latest'
|
||||
py_maj: 3
|
||||
py_min: ${{minor}}
|
||||
conda_bld: 3.21.6
|
||||
Reference in New Issue
Block a user