source: .travis.yml @ bcd8f52

Last change on this file since bcd8f52 was bcd8f52, checked in by dequis <dx@…>, at 2019-10-31T19:42:53Z

.travis.yml: fix dpkg-buildpackage with quilt format

This adds the -b flag, which means "Specifies a binary-only build, no
source files are to be built and/or distributed"

Found in https://askubuntu.com/a/675211/611938

  • Property mode set to 100644
File size: 1.0 KB
RevLine 
[3407119]1dist: trusty
[e26aa72]2language: c
[91f06e5]3
4script:
[50bb490]5 - ./configure --pam=1 --ldap=1
[91f06e5]6 - make check
[bcd8f52]7 - dpkg-buildpackage -uc -us -b
[e26aa72]8
[91f06e5]9env:
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
17addons:
[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
38notifications:
39  email: false
Note: See TracBrowser for help on using the repository browser.