Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / .travis.yml @ d8c30923

Historique | Voir | Annoter | Télécharger (2,16 ko)

1
---
2
dist: bionic
3
addons:
4
  apt:
5
    packages:
6
      - codespell
7
      - devscripts
8
      - python
9
      - python-flake8
10
      - python3
11
      - python3-flake8
12
      - ruby
13
      - php-cli
14
      - gawk
15
      - ksh
16
      - zsh
17
      - pylint
18
      - shellcheck
19
      - rubocop
20
      - pkg-config
21
      - libdb-dev
22
      - libvirt-dev
23
      - libexpat-dev
24

    
25
      # Munin/Plugin.pm is in "munin-node" on precise
26
      - munin-node
27

    
28
      # Modules used by test script
29
      - libsys-virt-perl
30
      - libcapture-tiny-perl
31

    
32
      # Modules used by plugins
33
      - libberkeleydb-perl
34
      - libcache-memcached-perl
35
      - libgraphics-colornames-www-perl
36
      - libdbd-pg-perl
37
      - libdata-dump-perl
38
      - libdate-manip-perl
39
      - libdatetime-format-iso8601-perl
40
      - libdevice-serialport-perl
41
      - libfile-readbackwards-perl
42
      - libgraphics-colorobject-perl
43
      - libipc-run3-perl
44
      - libipc-sharelite-perl
45
      - libjson-perl
46
      - libjson-any-perl
47
      - libmail-sendmail-perl
48
      - libmodern-perl-perl
49
      - libmoosex-poe-perl
50
      - libnet-dns-perl
51
      - libnet-openssh-perl
52
      - libnet-snmp-perl
53
      - libnet-telnet-perl
54
      - libnet-telnet-cisco-perl
55
      - libpoe-perl
56
      - libpoe-component-irc-perl
57
      - libproc-processtable-perl
58
      - libredis-perl
59
      - libswitch-perl
60
      - libtext-iconv-perl
61
      - libwww-mechanize-perl
62
      - libwww-mechanize-treebuilder-perl
63
      - libyaml-perl
64
      - libxml-libxml-perl
65
      - libxml-simple-perl
66
      - libxml-smart-perl
67
      - libxml-twig-perl
68
      - libexperimental-perl
69

    
70
before_install:
71
  - cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
72
  - cpanm --notest File::Find
73
  - cpanm --notest Test::More
74
  # more Modules used by plugins
75
  - cpanm --notest Asterisk::AMI
76
  - cpanm --notest Date::Parse
77
  - cpanm --notest FCGI::Client
78
  - cpanm --notest POE::Component::IRC
79
  - cpanm --notest POE::Quickie
80
  # Modules used bu plugins, but not compiling from CPAN
81
  # - cpanm --notest nvidia::ml
82
  # Modules used by plugins, but missing on cpan
83
  # - File::Tail::Multi
84
  # - Sun::Solaris::Kstat
85
  # - VMware::VIRuntime
86
  # - MythTV
87

    
88
script:
89
  - make lint
90
  - prove