Projet

Général

Profil

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

root / .travis.yml @ 22bbd906

Historique | Voir | Annoter | Télécharger (1,31 ko)

1
---
2
language: perl
3
install:
4
  - sudo apt-get update
5
  - sudo apt-get --no-install-recommends install devscripts python ruby php5-cli gawk pylint
6
  - sudo apt-get --no-install-recommends install pkg-config libdb-dev libvirt-dev libexpat-dev
7

    
8
  # Modules used by test script
9
  - cpanm --notest Capture::Tiny
10
  - cpanm --notest File::Find
11
  - cpanm --notest Test::More
12
  #
13
  # Modules used by plugins
14
  - cpanm --notest Asterisk::AMI
15
  - cpanm --notest BerkeleyDB
16
  - cpanm --notest Cache::Memcached
17
  - cpanm --notest DBD::Pg
18
  - cpanm --notest Data::Dump
19
  - cpanm --notest Device::SerialPort
20
  - cpanm --notest FCGI::Client
21
  - cpanm --notest File::ReadBackwards
22
  - cpanm --notest File::Tail::Multi
23
  - cpanm --notest Graphics::ColorNames
24
  - cpanm --notest IPC::Run3
25
  - cpanm --notest IPC::ShareLite
26
  - cpanm --notest Modern::Perl
27
  - cpanm --notest MooseX::POE
28
  - cpanm --notest Net::Telnet
29
  - cpanm --notest Net::Telnet::Cisco
30
  - cpanm --notest POE
31
  - cpanm --notest Proc::ProcessTable
32
  - cpanm --notest Redis
33
  - cpanm --notest WWW::Mechanize::TreeBuilder
34
  - cpanm --notest nvidia::ml
35
  # - Sys::Virt version matching the test system's libvirt-dev
36
  - cpanm --notest DANBERR/Sys-Virt-0.9.8.tar.gz
37
  # Modules used by plugins, but missing on cpan
38
  # - Sun::Solaris::Kstat
39
  # - VMware::VIRuntime
40
  # - MythTV
41
script: "prove"