Conversation
ffa28cf to
1dfec24
Compare
Contributor
Author
|
Hi @thoni56 , thanks for merging the PR. Note that you'll need to enable testing on the travis ci website for the tests to work. Cheers, Dominic |
Contributor
|
Yes, I got that, just haven't gotten around to it yet. |
Contributor
|
Enabled, so let's trigger a build, ok to test. |
Contributor
|
Done, and works: https://travis-ci.org/cgreen-devs/cgreen |
Contributor
|
@d-meiser How did you manage to get travis builds for your local work? Forked the repo under your user and added it to your Travis user? |
Contributor
Author
|
@thoni56 correct, that should work. Note that it's not strictly local. It's still on github but for my fork. |
matthargett
added a commit
that referenced
this pull request
Sep 28, 2015
Fixes for `is_less_than_double`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This pull request adds a simple configuration for travis continuous integration testing. The test matrix contains shared and static builds with clang and gcc. See https://travis-ci.org/d-meiser/cgreen/builds/78221792 for an example.
The cgreen-devs organization will have to enable the cgreen repo for testing on the travis ci website for this to work. The link for the build status in the readme is dead now but should work as soon as the first test build for cgreen-devs/cgreen has completed.