Projet

Général

Profil

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

root / .travis.yml @ a3d0fc15

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

1
---
2
language: perl
3
install:
4
  - sudo apt-get update
5
  - sudo apt-get --no-install-recommends install devscripts python python3 ruby php5-cli gawk ksh zsh pylint
6
  - sudo apt-get --no-install-recommends install pkg-config libdb-dev libvirt-dev libexpat-dev
7
  # - Munin/Plugin.pm is in "munin-node" on precise
8
  - sudo apt-get --no-install-recommends install munin-node
9
  - sudo apt-get --no-install-recommends install libsys-virt-perl
10

    
11
  # Modules used by test script
12
  - cpanm --notest Capture::Tiny
13
  - cpanm --notest File::Find
14
  - cpanm --notest Test::More
15
  #
16
  # Modules used by plugins
17
  - cpanm --notest Asterisk::AMI
18
  - cpanm --notest BerkeleyDB
19
  - cpanm --notest Cache::Memcached
20
  - cpanm --notest DBD::Pg
21
  - cpanm --notest Data::Dump
22
  - cpanm --notest Date::Manip
23
  - cpanm --notest Date::Parse
24
  - cpanm --notest DateTime::Format::ISO8601
25
  - cpanm --notest Device::SerialPort
26
  - cpanm --notest FCGI::Client
27
  - cpanm --notest File::ReadBackwards
28
  - cpanm --notest Graphics::ColorObject
29
  - cpanm --notest IPC::Run3
30
  - cpanm --notest IPC::ShareLite
31
  - cpanm --notest JSON
32
  - cpanm --notest JSON::Any
33
  - cpanm --notest Mail::Sendmail
34
  - cpanm --notest Modern::Perl
35
  - cpanm --notest MooseX::POE
36
  - cpanm --notest Net::DNS
37
  - cpanm --notest Net::OpenSSH
38
  - cpanm --notest Net::SNMP
39
  - cpanm --notest Net::Telnet
40
  - cpanm --notest Net::Telnet::Cisco
41
  - cpanm --notest POE
42
  - cpanm --notest POE::Component::IRC
43
  - cpanm --notest POE::Quickie
44
  - cpanm --notest Proc::ProcessTable
45
  - cpanm --notest Redis
46
  - cpanm --notest Switch
47
  - cpanm --notest Text::Iconv
48
  - cpanm --notest WWW::Mechanize::TreeBuilder
49
  - cpanm --notest YAML
50
  - cpanm --notest XML::LibXML
51
  - cpanm --notest XML::Simple
52
  - cpanm --notest XML::Smart
53
  - cpanm --notest XML::Twig
54
  - cpanm --notest nvidia::ml
55
  - cpanm --notest experimental
56
  # Modules used by plugins, but missing on cpan
57
  # - File::Tail::Multi
58
  # - Sun::Solaris::Kstat
59
  # - VMware::VIRuntime
60
  # - MythTV
61
script: "PERL5LIB=$PERL5LIB:/usr/share/perl5:/usr/lib/perl5 prove"