2013-09-19 08:47:41 +00:00
|
|
|
language: perl
|
2013-09-19 08:55:55 +00:00
|
|
|
install: true
|
2013-09-19 08:42:49 +00:00
|
|
|
script: perl ./Build.PL
|
|
|
|
perl:
|
2014-05-04 16:03:28 +00:00
|
|
|
- "5.14"
|
|
|
|
- "5.18"
|
2015-02-01 21:01:24 +00:00
|
|
|
- "5.20"
|
2013-09-19 08:42:49 +00:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- master
|
2014-02-16 16:08:15 +00:00
|
|
|
- stable
|
2015-11-19 14:05:29 +00:00
|
|
|
before_script:
|
2015-11-19 16:00:25 +00:00
|
|
|
- sudo add-apt-repository -y ppa:boost-latest/ppa
|
2015-11-19 14:05:29 +00:00
|
|
|
- sudo apt-get update -qq
|
2015-11-19 14:30:27 +00:00
|
|
|
- sudo apt-get install libboost-thread1.55-dev libboost-system1.55-dev
|