-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathazure-pipelines.yml
60 lines (56 loc) · 1.3 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
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
from_perl: "5.12"
extra_prereqs:
- Mason::Tidy
- Perl::Critic
- Perl::Tidy
- Perl::Tidy::Sweetened
- Pod::Spell
- Pod::Tidy
apt:
- aspell
- aspell-en
- iamerican
- ispell
- nodejs
- php-cli
- php-xml
- subversion
- template: templates/helpers/macos.yml@ci-perl-helpers
parameters:
debug: true
use_default_perls: true
brew:
- aspell
- ispell
extra_prereqs:
- Mason::Tidy
- Perl::Critic
- Perl::Tidy
- Perl::Tidy::Sweetened
- Pod::Spell
- Pod::Tidy
- template: templates/helpers/windows.yml@ci-perl-helpers
parameters:
debug: true
use_default_perls: true
extra_prereqs:
- Mason::Tidy
- Perl::Critic
- Perl::Tidy
- Perl::Tidy::Sweetened
- Pod::Spell
- Pod::Tidy