File: azure-pipelines.yml

package info (click to toggle)
libcode-tidyall-perl 0.83~ds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,036 kB
  • sloc: perl: 5,240; lisp: 47; makefile: 2; sh: 1
file content (60 lines) | stat: -rw-r--r-- 1,327 bytes parent folder | download | duplicates (2)
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