Changeset 537d9b9 for .travis.yml
- Timestamp:
- 2016-11-20T08:40:36Z (8 years ago)
- Children:
- 3f44e43
- Parents:
- ba52ac5 (diff), 9f03c47 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
rba52ac5 r537d9b9 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.