Add Travis-CI integration, and minor improvements #600
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
While working on the Debian packaging of ball, I (or rather,
my computer : ) spent quite a bit of time on building and
executing the unittests repeatedly, while bisecting for patches.
While ball has CI servers, their build results and logs are not public,
so I wrote up a travis-ci configuration file because it is so nicely
integrated with GitHub - in the hope that it might be useful the next
time around.
In the course of building current ball on the 14.04 'trusty' image I
had to make some small changes in order to get a clean compile,
or improve diagnostic output, these are on their own commits
to ease reviewing.
It would be nice if this work could be merged back into the main repository.
Edit: Example log of a travis run: https://travis-ci.org/dannyedel/ball/builds/175482549