Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r4850065 rc42d991  
    1 sudo: false
    21language: c
    32
     
    54 - ./configure
    65 - make check
    7  - BITLBEE_SKYPE=plugin dpkg-buildpackage -uc -us -d
     6 - BITLBEE_SKYPE=plugin dpkg-buildpackage -uc -us
    87
    9 # ubuntu precise doesn't have libotr5, so extract a prebuilt version to ~/otr
    108before_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
    1613
    1714env:
    1815  global:
    19    - PKG_CONFIG_PATH=$HOME/otr/usr/lib/pkgconfig/
    20    - LD_LIBRARY_PATH=$HOME/otr/usr/lib/
    2116   # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
    2217   #   via the "travis encrypt" command using the project repo's public key
     
    2419
    2520addons:
    26   apt:
    27     packages:
    28     - libevent-dev
    29     - libpurple-dev
    30     - check
    3121  coverity_scan:
    3222    project:
Note: See TracChangeset for help on using the changeset viewer.