forked from rdkit/rdkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
azure-pipelines.yml
128 lines (126 loc) · 2.85 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
trigger:
- master
- Release_*
- dev/*
jobs:
- job: Ubuntu_x64
timeoutInMinutes: 90
pool:
vmImage: ubuntu-20.04
variables:
python: python=3.8
boost_version: 1.71.0
compiler: gxx_linux-64
number_of_cores: nproc
python_name: python38
cc: gcc-10
cxx: g++-10
steps:
- template: .azure-pipelines/linux_build.yml
- job: Ubuntu_x64_py311
timeoutInMinutes: 90
pool:
vmImage: ubuntu-20.04
variables:
python: python=3.11
boost_version: 1.80.0
compiler: gxx_linux-64
cc: gcc-10
cxx: g++-10
number_of_cores: nproc
python_name: python311
steps:
- template: .azure-pipelines/linux_build_py311.yml
- job: macOS_x64
timeoutInMinutes: 120
pool:
vmImage: macos-latest
variables:
compiler: clangxx_osx-64
compiler_version: 12.0
boost_version: 1.82.0
number_of_cores: sysctl -n hw.ncpu
python: python=3.11
target_platform: 10.13
steps:
- template: .azure-pipelines/mac_build.yml
- job: Windows_VS2022_x64
timeoutInMinutes: 90
pool:
vmImage: windows-2019
variables:
boost_version: 1.71.0
number_of_cores: '%NUMBER_OF_PROCESSORS%'
python_name: python38
steps:
- template: .azure-pipelines/vs_build.yml
- job: Windows_VS2022_x64_dll
timeoutInMinutes: 90
pool:
vmImage: windows-2019
variables:
boost_version: 1.71.0
number_of_cores: '%NUMBER_OF_PROCESSORS%'
python_name: python38
steps:
- template: .azure-pipelines/vs_build_dll.yml
- job: Ubuntu_x64_java
timeoutInMinutes: 90
pool:
vmImage: ubuntu-20.04
variables:
boost_version: 1.84.0
number_of_cores: nproc
python_name: python37
compiler: gxx_linux-64
cc: gcc-10
cxx: g++-10
steps:
- template: .azure-pipelines/linux_build_java.yml
- job: macOS_x64_java
timeoutInMinutes: 90
pool:
vmImage: macos-latest
variables:
compiler: clangxx_osx-64
compiler_version: 15.0
boost_version: 1.84.0
number_of_cores: sysctl -n hw.ncpu
python_name: python38
target_platform: 10.13
steps:
- template: .azure-pipelines/mac_build_java.yml
- job: Ubuntu_x64_cartridge
timeoutInMinutes: 90
pool:
vmImage: ubuntu-20.04
variables:
boost_version: 1.69.0
number_of_cores: nproc
compiler: gxx_linux-64
cc: gcc-10
cxx: g++-10
steps:
- template: .azure-pipelines/linux_build_cartridge.yml
- job: Ubuntu_x64_limitexternaldependencies
timeoutInMinutes: 90
pool:
vmImage: ubuntu-22.04
variables:
python: python=3.11
boost_version: 1.82.0
number_of_cores: nproc
compiler: gxx_linux-64
cc: gcc-11
cxx: g++-11
steps:
- template: .azure-pipelines/linux_build_limitexternal.yml
# - job: Ubuntu_18_04_x64_fuzzer
# timeoutInMinutes: 90
# pool:
# vmImage: ubuntu-18.04
# variables:
# boost_version: 1.67.0
# number_of_cores: nproc
# steps:
# - template: .azure-pipelines/linux_build_fuzzer.yml