2014-10-04 15:38:36 +02:00
|
|
|
---
|
|
|
|
language: perl
|
|
|
|
install:
|
2014-10-04 15:47:48 +02:00
|
|
|
- sudo apt-get update
|
2014-10-04 16:33:02 +02:00
|
|
|
- sudo apt-get --no-install-recommends install devscripts python ruby php5-cli gawk pylint
|
2014-10-04 16:29:05 +02:00
|
|
|
- sudo apt-get --no-install-recommends install pkg-config libdb-dev libvirt-dev libexpat-dev
|
|
|
|
|
2014-10-04 15:38:36 +02:00
|
|
|
# Modules used by test script
|
2014-10-04 16:42:48 +02:00
|
|
|
- cpanm --notest Capture::Tiny
|
|
|
|
- cpanm --notest File::Find
|
|
|
|
- cpanm --notest Test::More
|
2014-10-04 15:38:36 +02:00
|
|
|
#
|
|
|
|
# Modules used by plugins
|
2014-10-04 16:42:48 +02:00
|
|
|
- cpanm --notest Asterisk::AMI
|
|
|
|
- cpanm --notest BerkeleyDB
|
|
|
|
- cpanm --notest Cache::Memcached
|
|
|
|
- cpanm --notest DBD::Pg
|
|
|
|
- cpanm --notest Data::Dump
|
2014-10-04 16:43:37 +02:00
|
|
|
- cpanm --notest Date::Parse
|
2014-10-04 16:42:48 +02:00
|
|
|
- cpanm --notest Device::SerialPort
|
|
|
|
- cpanm --notest FCGI::Client
|
|
|
|
- cpanm --notest File::ReadBackwards
|
|
|
|
- cpanm --notest File::Tail::Multi
|
|
|
|
- cpanm --notest Graphics::ColorNames
|
|
|
|
- cpanm --notest IPC::Run3
|
|
|
|
- cpanm --notest IPC::ShareLite
|
2014-10-04 16:43:37 +02:00
|
|
|
- cpanm --notest JSON::Any
|
2014-10-04 16:42:48 +02:00
|
|
|
- cpanm --notest Modern::Perl
|
|
|
|
- cpanm --notest MooseX::POE
|
2014-10-04 16:43:37 +02:00
|
|
|
- cpanm --notest Net::SNMP
|
2014-10-04 16:42:48 +02:00
|
|
|
- cpanm --notest Net::Telnet
|
|
|
|
- cpanm --notest Net::Telnet::Cisco
|
|
|
|
- cpanm --notest POE
|
|
|
|
- cpanm --notest Proc::ProcessTable
|
|
|
|
- cpanm --notest Redis
|
|
|
|
- cpanm --notest WWW::Mechanize::TreeBuilder
|
2014-10-04 16:43:37 +02:00
|
|
|
- cpanm --notest Text::Iconv
|
2014-10-04 16:53:17 +02:00
|
|
|
- cpanm --notest XML::LibXML
|
2014-10-04 16:43:37 +02:00
|
|
|
- cpanm --notest XML::Simple
|
|
|
|
- cpanm --notest XML::Twig
|
2014-10-04 16:42:48 +02:00
|
|
|
- cpanm --notest nvidia::ml
|
2014-10-04 16:29:05 +02:00
|
|
|
# - Sys::Virt version matching the test system's libvirt-dev
|
|
|
|
- cpanm --notest DANBERR/Sys-Virt-0.9.8.tar.gz
|
2014-10-04 15:38:36 +02:00
|
|
|
# Modules used by plugins, but missing on cpan
|
|
|
|
# - Sun::Solaris::Kstat
|
|
|
|
# - VMware::VIRuntime
|
|
|
|
# - MythTV
|
|
|
|
script: "prove"
|