-
Notifications
You must be signed in to change notification settings - Fork 24
/
azure-pipelines.yml
127 lines (125 loc) · 4.33 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
trigger: ["master"]
pr: ["master"]
schedules:
- cron: "0 1 * * 0"
displayName: "Sunday build"
branches:
include: ["master"]
always: true
resources:
repositories:
- repository: templates
type: github
name: alecmocatta/azure-pipeline-templates
endpoint: alecmocatta
jobs:
- template: rust.yml@templates
parameters:
endpoint: alecmocatta
default:
rust_toolchain: nightly
rust_lint_toolchain: nightly-2020-07-12
rust_flags: ''
rust_features_clippy: ';distribute_binaries;no_alloc;strict;distribute_binaries no_alloc strict'
rust_features: 'no_alloc strict;no_alloc distribute_binaries strict'
rust_target_check: ''
rust_target_build: ''
rust_target_run: ''
constellation_test_iterations: '10'
matrix:
windows0:
imageName: 'windows-latest'
rust_target_build: 'x86_64-unknown-linux-musl i686-unknown-linux-musl'
# rust_target_run: 'x86_64-pc-windows-msvc i686-pc-windows-msvc x86_64-pc-windows-gnu i686-pc-windows-gnu' # TODO
mac0:
imageName: 'macos-latest'
rust_target_build: 'x86_64-unknown-linux-musl i686-unknown-linux-musl'
rust_target_run: 'x86_64-apple-darwin'
mac1:
imageName: 'macos-latest'
rust_target_run: 'x86_64-apple-darwin'
mac2:
imageName: 'macos-latest'
rust_target_run: 'x86_64-apple-darwin'
mac3:
imageName: 'macos-latest'
rust_target_run: 'x86_64-apple-darwin'
mac4:
imageName: 'macos-latest'
rust_target_run: 'x86_64-apple-darwin'
mac5:
imageName: 'macos-latest'
rust_target_run: 'x86_64-apple-darwin'
mac6:
imageName: 'macos-latest'
rust_target_run: 'x86_64-apple-darwin'
mac7:
imageName: 'macos-latest'
rust_target_run: 'x86_64-apple-darwin'
mac8:
imageName: 'macos-latest'
rust_target_run: 'x86_64-apple-darwin'
mac9:
imageName: 'macos-latest'
rust_target_run: 'x86_64-apple-darwin'
linux0:
imageName: 'ubuntu-latest'
rust_target_build: 'i686-unknown-linux-gnu i686-unknown-linux-musl' # TODO: get running reliably
rust_target_run: 'x86_64-unknown-linux-gnu'
linux1:
imageName: 'ubuntu-latest'
rust_target_run: 'x86_64-unknown-linux-gnu'
linux2:
imageName: 'ubuntu-latest'
rust_target_run: 'x86_64-unknown-linux-gnu'
linux3:
imageName: 'ubuntu-latest'
rust_target_run: 'x86_64-unknown-linux-gnu'
linux4:
imageName: 'ubuntu-latest'
rust_target_run: 'x86_64-unknown-linux-gnu'
linux5:
imageName: 'ubuntu-latest'
rust_target_run: 'x86_64-unknown-linux-gnu'
linux6:
imageName: 'ubuntu-latest'
rust_target_run: 'x86_64-unknown-linux-gnu'
linux7:
imageName: 'ubuntu-latest'
rust_target_run: 'x86_64-unknown-linux-gnu'
linux8:
imageName: 'ubuntu-latest'
rust_target_run: 'x86_64-unknown-linux-gnu'
linux9:
imageName: 'ubuntu-latest'
rust_target_run: 'x86_64-unknown-linux-gnu'
linux10:
imageName: 'ubuntu-latest'
rust_target_run: 'x86_64-unknown-linux-musl'
linux11:
imageName: 'ubuntu-latest'
rust_target_run: 'x86_64-unknown-linux-musl'
linux12:
imageName: 'ubuntu-latest'
rust_target_run: 'x86_64-unknown-linux-musl'
linux13:
imageName: 'ubuntu-latest'
rust_target_run: 'x86_64-unknown-linux-musl'
linux14:
imageName: 'ubuntu-latest'
rust_target_run: 'x86_64-unknown-linux-musl'
linux15:
imageName: 'ubuntu-latest'
rust_target_run: 'x86_64-unknown-linux-musl'
linux16:
imageName: 'ubuntu-latest'
rust_target_run: 'x86_64-unknown-linux-musl'
linux17:
imageName: 'ubuntu-latest'
rust_target_run: 'x86_64-unknown-linux-musl'
linux18:
imageName: 'ubuntu-latest'
rust_target_run: 'x86_64-unknown-linux-musl'
linux19:
imageName: 'ubuntu-latest'
rust_target_run: 'x86_64-unknown-linux-musl'