Changeset 4850065
- Timestamp:
- 2015-08-08T02:16:59Z (9 years ago)
- Branches:
- master
- Children:
- 6b56512
- Parents:
- a59bd11
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
ra59bd11 r4850065 1 sudo: false 1 2 language: c 2 3 … … 4 5 - ./configure 5 6 - make check 6 - BITLBEE_SKYPE=plugin dpkg-buildpackage -uc -us 7 - BITLBEE_SKYPE=plugin dpkg-buildpackage -uc -us -d 7 8 9 # ubuntu precise doesn't have libotr5, so extract a prebuilt version to ~/otr 8 10 before_install: 9 - sudo apt-get update -qq 10 - sudo apt-get install --no-install-recommends -qq libevent-dev libpurple-dev check 11 - wget http://dump.dequis.org/indexed/bitlbee-travis-libs/libotr5{,-dev}_4.1.0-2~bpo70+1_amd64.deb 12 - sudo dpkg -i *.deb 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 13 16 14 17 env: 15 18 global: 19 - PKG_CONFIG_PATH=$HOME/otr/usr/lib/pkgconfig/ 20 - LD_LIBRARY_PATH=$HOME/otr/usr/lib/ 16 21 # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created 17 22 # via the "travis encrypt" command using the project repo's public key … … 19 24 20 25 addons: 26 apt: 27 packages: 28 - libevent-dev 29 - libpurple-dev 30 - check 21 31 coverity_scan: 22 32 project:
Note: See TracChangeset
for help on using the changeset viewer.