Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | .travis/obs.sh: depend on bitlbee 3.5 for those packages only | dequis | 2017-04-26 | -0/+1 |
| | | | | | | | | | Since bitlbee 3.5.x is not ABI compatible with 3.4.x and those packages are built against 3.5.x. This caused crashes when using fbchats, which accesses irc->b, which is one of the last members of the irc struct, which had another member added in the middle (auth_backend, 8e6ecfe) Fixes #142 | |||
* | travis: refactored for better readability and handling | jgeboski | 2015-12-20 | -0/+68 |
Changes made: - Build and install bitlbee from /tmp - Disabled the building of the bitlbee documentation - Moved all build commands to travis.yml (more informative) - Moved all Travis related scripts to a hidden directory - Moved the bitlbee build commands to a script - Only deploy the master branch (excluding pull requests) - Removed redundant parameters from the bitlbee configure command |