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