Projet

Général

Profil

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

root / .travis.yml @ d2161137

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

    
10
  # Modules used by test script
11
  - cpanm --notest Capture::Tiny
12
  - cpanm --notest File::Find
13
  - cpanm --notest Test::More
14
  #
15
  # Modules used by plugins
16
  - cpanm --notest Asterisk::AMI
17
  - cpanm --notest BerkeleyDB
18
  - cpanm --notest Cache::Memcached
19
  - cpanm --notest DBD::Pg
20
  - cpanm --notest Data::Dump
21
  - cpanm --notest Date::Manip
22
  - cpanm --notest Date::Parse
23
  - cpanm --notest DateTime::Format::ISO8601
24
  - cpanm --notest Device::SerialPort
25
  - cpanm --notest FCGI::Client
26
  - cpanm --notest File::ReadBackwards
27
  - cpanm --notest Graphics::ColorObject
28
  - cpanm --notest IPC::Run3
29
  - cpanm --notest IPC::ShareLite
30
  - cpanm --notest JSON
31
  - cpanm --notest JSON::Any
32
  - cpanm --notest Mail::Sendmail
33
  - cpanm --notest Modern::Perl
34
  - cpanm --notest MooseX::POE
35
  - cpanm --notest Net::DNS
36
  - cpanm --notest Net::OpenSSH
37
  - cpanm --notest Net::SNMP
38
  - cpanm --notest Net::Telnet
39
  - cpanm --notest Net::Telnet::Cisco
40
  - cpanm --notest POE
41
  - cpanm --notest POE::Component::IRC
42
  - cpanm --notest POE::Quickie
43
  - cpanm --notest Proc::ProcessTable
44
  - cpanm --notest Redis
45
  - cpanm --notest WWW::Mechanize::TreeBuilder
46
  - cpanm --notest Text::Iconv
47
  - cpanm --notest YAML
48
  - cpanm --notest XML::LibXML
49
  - cpanm --notest XML::Simple
50
  - cpanm --notest XML::Smart
51
  - cpanm --notest XML::Twig
52
  - cpanm --notest nvidia::ml
53
  - cpanm --notest experimental
54
  # - Sys::Virt version matching the test system's libvirt-dev
55
  - cpanm --notest DANBERR/Sys-Virt-0.9.8.tar.gz
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 prove"