Changeset a6005da for .travis.yml


Ignore:
Timestamp:
2016-03-25T18:07:53Z (8 years ago)
Author:
Dennis Kaarsemaker <dennis@…>
Branches:
master
Children:
50bb490
Parents:
8e6ecfe
git-author:
Dennis Kaarsemaker <dennis@…> (23-02-16 18:52:32)
git-committer:
Dennis Kaarsemaker <dennis@…> (25-03-16 18:07:53)
Message:

Linux pam authentication backend

This backend authenticates users against pam.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r8e6ecfe ra6005da  
    33
    44script:
    5  - ./configure
     5 - ./configure --pam=1
    66 - make check
    77 - BITLBEE_SKYPE=plugin dpkg-buildpackage -uc -us -d
     
    2929    - libpurple-dev
    3030    - check
     31    - libpam0g-dev
    3132  coverity_scan:
    3233    project:
     
    3435      description: "An IRC to other chat networks gateway"
    3536    notification_email: dx@dxzone.com.ar
    36     build_command_prepend: ./configure --otr=1 --debug=1
     37    build_command_prepend: ./configure --otr=1 --debug=1 --pam=1
    3738    build_command: make
    3839    branch_pattern: coverity_scan
Note: See TracChangeset for help on using the changeset viewer.