Changes in .travis.yml [4850065:c42d991]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r4850065 rc42d991 1 sudo: false2 1 language: c 3 2 … … 5 4 - ./configure 6 5 - make check 7 - BITLBEE_SKYPE=plugin dpkg-buildpackage -uc -us -d6 - BITLBEE_SKYPE=plugin dpkg-buildpackage -uc -us 8 7 9 # ubuntu precise doesn't have libotr5, so extract a prebuilt version to ~/otr10 8 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 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 16 13 17 14 env: 18 15 global: 19 - PKG_CONFIG_PATH=$HOME/otr/usr/lib/pkgconfig/20 - LD_LIBRARY_PATH=$HOME/otr/usr/lib/21 16 # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created 22 17 # via the "travis encrypt" command using the project repo's public key … … 24 19 25 20 addons: 26 apt:27 packages:28 - libevent-dev29 - libpurple-dev30 - check31 21 coverity_scan: 32 22 project:
Note: See TracChangeset
for help on using the changeset viewer.