Projet

Général

Profil

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

root / .travis.yml @ 64c755a0

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

1 80cb3741 Stig Sandbeck Mathisen
---
2 36aa913c Steve Schnepp
dist: bionic
3 a00fb19c Lars Kruse
addons:
4
  apt:
5
    packages:
6
      - devscripts
7
      - python
8
      - python3
9
      - ruby
10
      - php5-cli
11
      - gawk
12
      - ksh
13
      - zsh
14
      - pylint
15
      - shellcheck
16
      - pkg-config
17
      - libdb-dev
18
      - libvirt-dev
19
      - libexpat-dev
20 2fe1becc Steve Schnepp
21 a00fb19c Lars Kruse
      # Munin/Plugin.pm is in "munin-node" on precise
22
      - munin-node
23
24
      # Modules used by test script
25
      - libsys-virt-perl
26
      - libcapture-tiny-perl
27
28
      # Modules used by plugins
29
      - libberkeleydb-perl
30
      - libcache-memcached-perl
31
      - libgraphics-colornames-www-perl
32
      - libdbd-pg-perl
33
      - libdata-dump-perl
34
      - libdate-manip-perl
35
      - libdatetime-format-iso8601-perl
36
      - libdevice-serialport-perl
37
      - libfile-readbackwards-perl
38
      - libgraphics-colorobject-perl
39
      - libipc-run3-perl
40
      - libipc-sharelite-perl
41
      - libjson-perl
42
      - libjson-any-perl
43
      - libmail-sendmail-perl
44
      - libmodern-perl-perl
45
      - libmoosex-poe-perl
46
      - libnet-dns-perl
47
      - libnet-openssh-perl
48
      - libnet-snmp-perl
49
      - libnet-telnet-perl
50
      - libnet-telnet-cisco-perl
51
      - libpoe-perl
52 64c755a0 Lars Kruse
      - libpoe-component-irc-perl
53 a00fb19c Lars Kruse
      - libproc-processtable-perl
54
      - libredis-perl
55
      - libswitch-perl
56
      - libtext-iconv-perl
57 64c755a0 Lars Kruse
      - libwww-mechanize-perl
58 a00fb19c Lars Kruse
      - libwww-mechanize-treebuilder-perl
59
      - libyaml-perl
60
      - libxml-libxml-perl
61
      - libxml-simple-perl
62
      - libxml-smart-perl
63
      - libxml-twig-perl
64
      - libexperimental-perl
65 81c1afa7 Lars Kruse
66 a00fb19c Lars Kruse
before_install:
67
  - cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
68 22bbd906 Stig Sandbeck Mathisen
  - cpanm --notest File::Find
69
  - cpanm --notest Test::More
70 a00fb19c Lars Kruse
  # more Modules used by plugins
71 22bbd906 Stig Sandbeck Mathisen
  - cpanm --notest Asterisk::AMI
72 f043e155 Stig Sandbeck Mathisen
  - cpanm --notest Date::Parse
73 22bbd906 Stig Sandbeck Mathisen
  - cpanm --notest FCGI::Client
74 2b6d5c5a Stig Sandbeck Mathisen
  - cpanm --notest POE::Component::IRC
75
  - cpanm --notest POE::Quickie
76 58f0ab64 Steve Schnepp
  # Modules used bu plugins, but not compiling from CPAN
77
  # - cpanm --notest nvidia::ml
78 80cb3741 Stig Sandbeck Mathisen
  # Modules used by plugins, but missing on cpan
79 fea84ffc Lars Kruse
  # - File::Tail::Multi
80 80cb3741 Stig Sandbeck Mathisen
  # - Sun::Solaris::Kstat
81
  # - VMware::VIRuntime
82
  # - MythTV
83 42c8483c Lars Kruse
84
script:
85 a639d4b4 Lars Kruse
  - prove