Last change
on this file since b75671d was
c42d991,
checked in by dequis <dx@…>, at 2015-05-29T22:17:50Z
|
skyped: add _SRCDIR_ to makefile, test build in travis
|
-
Property mode set to
100644
|
File size:
1018 bytes
|
Rev | Line | |
---|
[e26aa72] | 1 | language: c |
---|
[91f06e5] | 2 | |
---|
| 3 | script: |
---|
| 4 | - ./configure |
---|
| 5 | - make check |
---|
[c42d991] | 6 | - BITLBEE_SKYPE=plugin dpkg-buildpackage -uc -us |
---|
[91f06e5] | 7 | |
---|
[e26aa72] | 8 | before_install: |
---|
| 9 | - sudo apt-get update -qq |
---|
[09bd226] | 10 | - sudo apt-get install --no-install-recommends -qq libevent-dev libpurple-dev check |
---|
[e26aa72] | 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 |
---|
| 13 | |
---|
[91f06e5] | 14 | env: |
---|
| 15 | global: |
---|
| 16 | # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created |
---|
| 17 | # via the "travis encrypt" command using the project repo's public key |
---|
| 18 | - secure: "MO6hy2cRxR02A0nSenfQFyPFpepxorJ+XgNkq2JS7LtI6tcwYRR0alvunIPJXam1/OUKxoFsBJLS1nCJTvEUXFCOvoTSAoMiePTBUEg2zfzcTb5k+cqtcOUznCXHNmXAwrqriP4vkG+57ijO9Ojz2r9LijcvjtFDRFJQY9Rcs38=" |
---|
| 19 | |
---|
| 20 | addons: |
---|
| 21 | coverity_scan: |
---|
| 22 | project: |
---|
| 23 | name: "bitlbee/bitlbee" |
---|
| 24 | description: "An IRC to other chat networks gateway" |
---|
| 25 | notification_email: dx@dxzone.com.ar |
---|
| 26 | build_command_prepend: ./configure --otr=1 --debug=1 |
---|
| 27 | build_command: make |
---|
| 28 | branch_pattern: coverity_scan |
---|
| 29 | |
---|
| 30 | notifications: |
---|
| 31 | email: false |
---|
Note: See
TracBrowser
for help on using the repository browser.