Rev | Line | |
---|
[3407119] | 1 | dist: trusty |
---|
[e26aa72] | 2 | language: c |
---|
[91f06e5] | 3 | |
---|
| 4 | script: |
---|
[50bb490] | 5 | - ./configure --pam=1 --ldap=1 |
---|
[91f06e5] | 6 | - make check |
---|
[bcd8f52] | 7 | - dpkg-buildpackage -uc -us -b |
---|
[e26aa72] | 8 | |
---|
[91f06e5] | 9 | env: |
---|
| 10 | global: |
---|
[4850065] | 11 | - PKG_CONFIG_PATH=$HOME/otr/usr/lib/pkgconfig/ |
---|
| 12 | - LD_LIBRARY_PATH=$HOME/otr/usr/lib/ |
---|
[91f06e5] | 13 | # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created |
---|
| 14 | # via the "travis encrypt" command using the project repo's public key |
---|
| 15 | - secure: "MO6hy2cRxR02A0nSenfQFyPFpepxorJ+XgNkq2JS7LtI6tcwYRR0alvunIPJXam1/OUKxoFsBJLS1nCJTvEUXFCOvoTSAoMiePTBUEg2zfzcTb5k+cqtcOUznCXHNmXAwrqriP4vkG+57ijO9Ojz2r9LijcvjtFDRFJQY9Rcs38=" |
---|
| 16 | |
---|
| 17 | addons: |
---|
[4850065] | 18 | apt: |
---|
| 19 | packages: |
---|
| 20 | - libevent-dev |
---|
| 21 | - libpurple-dev |
---|
| 22 | - check |
---|
[a6005da] | 23 | - libpam0g-dev |
---|
[50bb490] | 24 | - libldap2-dev |
---|
[861de54] | 25 | - fakeroot |
---|
| 26 | - debhelper |
---|
| 27 | - devscripts |
---|
[3407119] | 28 | - libotr5-dev |
---|
[91f06e5] | 29 | coverity_scan: |
---|
| 30 | project: |
---|
| 31 | name: "bitlbee/bitlbee" |
---|
| 32 | description: "An IRC to other chat networks gateway" |
---|
| 33 | notification_email: dx@dxzone.com.ar |
---|
[50bb490] | 34 | build_command_prepend: ./configure --otr=1 --debug=1 --pam=1 --ldap=1 |
---|
[91f06e5] | 35 | build_command: make |
---|
| 36 | branch_pattern: coverity_scan |
---|
| 37 | |
---|
| 38 | notifications: |
---|
| 39 | email: false |
---|
Note: See
TracBrowser
for help on using the repository browser.