forked from CadQuery/cadquery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
azure-pipelines.yml
58 lines (51 loc) · 1.01 KB
/
azure-pipelines.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
trigger:
branches:
include:
- master
- refs/tags/*
pr: none
resources:
repositories:
- repository: templates
type: github
name: CadQuery/conda-packages
endpoint: CadQuery
jobs:
- template: conda-build.yml@templates
parameters:
name: Linux_36
vmImage: 'ubuntu-16.04'
py_maj: 3
py_min: 6
- template: conda-build.yml@templates
parameters:
name: macOS_36
vmImage: 'macOS-10.15'
py_maj: 3
py_min: 6
- template: conda-build.yml@templates
parameters:
name: Windows_36
vmImage: 'vs2017-win2016'
py_maj: 3
py_min: 6
conda_bld: 3.18
- template: conda-build.yml@templates
parameters:
name: Linux_37
vmImage: 'ubuntu-16.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