55
55
- name : centos6-stable-debug
56
56
image : baiduxlab/useful-docker:centos.6.stable
57
57
pull : always
58
- environment :
59
- CARGO_BUILD_PIPELINING : true
60
58
commands :
61
59
- source /root/.profile
62
60
- cargo test
80
78
- name : centos6-stable-release
81
79
image : baiduxlab/useful-docker:centos.6.stable
82
80
pull : always
83
- environment :
84
- CARGO_BUILD_PIPELINING : true
85
81
commands :
86
82
- source /root/.profile
87
83
- cargo test --release
@@ -156,8 +152,6 @@ steps:
156
152
- name : centos7-stable-debug
157
153
image : baiduxlab/useful-docker:centos.6.stable
158
154
pull : always
159
- environment :
160
- CARGO_BUILD_PIPELINING : true
161
155
commands :
162
156
- source /root/.profile
163
157
- cargo test
@@ -181,8 +175,6 @@ steps:
181
175
- name : centos7-stable-release
182
176
image : baiduxlab/useful-docker:centos.6.stable
183
177
pull : always
184
- environment :
185
- CARGO_BUILD_PIPELINING : true
186
178
commands :
187
179
- source /root/.profile
188
180
- cargo test --release
@@ -257,8 +249,6 @@ steps:
257
249
- name : ubuntu1604-stable-debug
258
250
image : baiduxlab/useful-docker:ubuntu.1604.stable
259
251
pull : always
260
- environment :
261
- CARGO_BUILD_PIPELINING : true
262
252
commands :
263
253
- . /root/.profile
264
254
- cargo test
@@ -282,8 +272,6 @@ steps:
282
272
- name : ubuntu1604-stable-release
283
273
image : baiduxlab/useful-docker:ubuntu.1604.stable
284
274
pull : always
285
- environment :
286
- CARGO_BUILD_PIPELINING : true
287
275
commands :
288
276
- . /root/.profile
289
277
- cargo test --release
@@ -358,8 +346,6 @@ steps:
358
346
- name : ubuntu1804-stable-debug
359
347
image : baiduxlab/useful-docker:ubuntu.1804.stable
360
348
pull : always
361
- environment :
362
- CARGO_BUILD_PIPELINING : true
363
349
commands :
364
350
- . /root/.profile
365
351
- cargo test
@@ -383,8 +369,6 @@ steps:
383
369
- name : ubuntu1804-stable-release
384
370
image : baiduxlab/useful-docker:ubuntu.1804.stable
385
371
pull : always
386
- environment :
387
- CARGO_BUILD_PIPELINING : true
388
372
commands :
389
373
- . /root/.profile
390
374
- cargo test --release
0 commit comments