-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathazure-pipelines.yml
More file actions
31 lines (26 loc) · 752 Bytes
/
azure-pipelines.yml
File metadata and controls
31 lines (26 loc) · 752 Bytes
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
resources:
repositories:
- repository: ci-perl-helpers
type: github
name: houseabsolute/ci-perl-helpers
endpoint: houseabsolute
stages:
- template: templates/helpers/build.yml@ci-perl-helpers
parameters:
debug: true
- template: templates/helpers/linux.yml@ci-perl-helpers
parameters:
coverage: codecov
debug: true
test_xt: true
use_default_perls: true
- template: templates/helpers/macos.yml@ci-perl-helpers
parameters:
# Previous runs seem to have cached a bad Perl somehow.
cache_key: "1"
debug: true
use_default_perls: true
- template: templates/helpers/windows.yml@ci-perl-helpers
parameters:
debug: true
use_default_perls: true