Changes in .travis.yml [4850065:50bb490]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r4850065 r50bb490 3 3 4 4 script: 5 - ./configure 5 - ./configure --pam=1 --ldap=1 6 6 - make check 7 7 - BITLBEE_SKYPE=plugin dpkg-buildpackage -uc -us -d … … 29 29 - libpurple-dev 30 30 - check 31 - libpam0g-dev 32 - libldap2-dev 31 33 coverity_scan: 32 34 project: … … 34 36 description: "An IRC to other chat networks gateway" 35 37 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 37 39 build_command: make 38 40 branch_pattern: coverity_scan
Note: See TracChangeset
for help on using the changeset viewer.