Projet

Général

Profil

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

root / .travis.yml @ 225a9156

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

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