Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r4850065 r50bb490  
    33
    44script:
    5  - ./configure
     5 - ./configure --pam=1 --ldap=1
    66 - make check
    77 - BITLBEE_SKYPE=plugin dpkg-buildpackage -uc -us -d
     
    2929    - libpurple-dev
    3030    - check
     31    - libpam0g-dev
     32    - libldap2-dev
    3133  coverity_scan:
    3234    project:
     
    3436      description: "An IRC to other chat networks gateway"
    3537    notification_email: dx@dxzone.com.ar
    36     build_command_prepend: ./configure --otr=1 --debug=1
     38    build_command_prepend: ./configure --otr=1 --debug=1 --pam=1 --ldap=1
    3739    build_command: make
    3840    branch_pattern: coverity_scan
Note: See TracChangeset for help on using the changeset viewer.