Merged
Conversation
isucan
added a commit
that referenced
this pull request
Sep 2, 2013
[travis] Add Travis initial support.
Contributor
Author
|
Thanks for accepting the pull, please take care of login on travis-ci with an account possessing write permissions on this directory to enable the builds. It should also take care of adding the GitHub commit hook. The builds should be visible on this page: https://travis-ci.org/ros/urdfdom |
clalancette
pushed a commit
that referenced
this pull request
Oct 16, 2020
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.
Dear all,
here is a commit which adds two files in order to add travis-ci.org support to urdfdom project.
It compiles each commit with both clang and gcc.
One interest is that clang provides sometimes interesting warnings, such as the ones (control may reach end of non-void function [-Wreturn-type]) found in the build I did:
https://travis-ci.org/thomas-moulard/urdfdom/jobs/10882198
I think compared to your buildfarm, the main interest is the direct integration with pull requests and the ability for people like me who fork your repositories to have some feedback on the project status before sending it back to you.
Of course, the goal is after to write a small test suite so that we can validate that different models are parsed correctly (and eventually provide the same result in both C++ and Python).
For more information: http://about.travis-ci.org/docs/user/getting-started/