-
Notifications
You must be signed in to change notification settings - Fork 130
Add travis yaml #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add travis yaml #22
Conversation
This config file causes Travis CI to build this project with a matrix build job. More information: * https://docs.travis-ci.com/user/languages/cpp * https://genbattle.bitbucket.io/blog/2016/01/17/c++-travis-ci/?
|
Hmm, I need to have a deeper look into the documentation of Travis. I'll update this pull request later. |
|
The build fails due to the CMake minimum required version 3.7. |
|
Sorry for the many commits. Travis CI is really picky regarding CMake and protobuf due to its old Ubuntu version. |
|
Now the pull request is ready to be discussed. Let me know if you are satisfied with the changes. |
pmai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems a very good base case to me.
|
This closes #8 |
This config file causes Travis CI to build this project with a matrix
build job. More information: