Changeset 3d20ce1
- Timestamp:
- Dec 23, 2015, 1:50:18 AM (9 years ago)
- Branches:
- master, release-1.10
- Children:
- becd617
- Parents:
- 53d6269
- git-author:
- Jason Gross <jasongross9@gmail.com> (12/01/15 00:13:44)
- git-committer:
- Jason Gross <jgross@mit.edu> (12/23/15 01:50:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r5f3f1e4 r3d20ce1 1 2 1 language: perl 2 sudo: false 3 3 compiler: 4 4 - clang … … 11 11 - "5.18" 12 12 - "5.20" 13 addons: 14 apt: 15 # we actually want debhelper >= 7, libperl-dev >= 5.10.1-8, libzephyr-dev >= 3.0~beta 16 packages: 17 - autoconf 18 - autotools-dev 19 - debhelper 20 - dh-autoreconf 21 - libglib2.0-dev 22 - libkrb5-dev 23 - libncurses5-dev 24 - libncursesw5-dev 25 - libssl-dev 26 - libzephyr-dev 27 - pkg-config 28 - zip 13 29 install: 14 - sudo apt-get update -q15 # we actually want debhelper >= 7, libperl-dev >= 5.10.1-8, libzephyr-dev >= 3.0~beta16 - sudo apt-get install -q autoconf autotools-dev debhelper dh-autoreconf libglib2.0-dev libkrb5-dev libncurses5-dev libncursesw5-dev libssl-dev libzephyr-dev pkg-config zip17 30 # perl things 18 31 # In lp:~barnowl/barnowl/packaging, we use apt-get. Here, we use cpanm. 19 32 # - sudo apt-get install libanyevent-perl libclass-accessor-perl libextutils-depends-perl libglib-perl libmodule-install-perl libnet-twitter-lite-perl libpar-perl libperl-dev 20 33 - cpanm AnyEvent Class::Accessor ExtUtils::Depends Glib Module::Install Net::Twitter::Lite PAR 21 script: "./autogen.sh && ./configure && make distcheck"34 script: ./autogen.sh && ./configure && make distcheck
Note: See TracChangeset
for help on using the changeset viewer.