Changeset 3407119
- Timestamp:
- 2019-10-31T19:41:54Z (5 years ago)
- Branches:
- master
- Children:
- bcd8f52
- Parents:
- 1e8f42b
- git-author:
- dequis <dx@…> (31-10-19 19:30:19)
- git-committer:
- dequis <dx@…> (31-10-19 19:41:54)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r1e8f42b r3407119 1 dist: precise1 dist: trusty 2 2 language: c 3 3 … … 5 5 - ./configure --pam=1 --ldap=1 6 6 - make check 7 - dpkg-buildpackage -uc -us -d 8 9 # ubuntu precise doesn't have libotr5, so extract a prebuilt version to ~/otr 10 before_install: 11 - wget http://dump.dequis.org/indexed/bitlbee-travis-libs/libotr5_4.1.0_amd64_with_dev_for_travis.tar.gz -O /tmp/otr.tar.gz 12 - echo "8424feb28a2cff3ce603ddcdff9be788701ff7e4 /tmp/otr.tar.gz" | sha1sum -c - 13 - tar -C "$HOME" -xf /tmp/otr.tar.gz 14 - sed -i "s#/usr#$HOME/otr/usr/#" "$HOME/otr/usr/lib/pkgconfig/libotr.pc" 15 - echo "libotr 5 libotr" > debian/shlibs.local 7 - dpkg-buildpackage -uc -us 16 8 17 9 env: … … 34 26 - debhelper 35 27 - devscripts 28 - libotr5-dev 36 29 coverity_scan: 37 30 project:
Note: See TracChangeset
for help on using the changeset viewer.