Skip to content
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 basic testing infrastructure and .travis.yml #16

Closed
PeterBowman opened this issue Mar 23, 2017 · 6 comments
Closed

Add basic testing infrastructure and .travis.yml #16

PeterBowman opened this issue Mar 23, 2017 · 6 comments
Assignees

Comments

@PeterBowman
Copy link
Member

Not so sure about the "testing infrastructure" until we decide on the most appropriate way of installing/embedding gtest.

@jgvictores
Copy link
Member

@PeterBowman Maybe we should also consider upgrading Travis CI to Trusty as you mentioned here?

@PeterBowman
Copy link
Member Author

PeterBowman commented Apr 7, 2017

@jgvictores it really depends on the project - should it require support on older platforms, I'd stick with the Precise environment (see below). Different projects will meet different requirements, so I'd leave this choice up to the developer. That said, I'm not against setting Trusty as the default which I believe will happen sooner or later - keep in mind that Precise will reach EOL in this month.

Let me underline that we don't want to upgrade the .travis.yml currently in use in this repo (yet). This is mainly intended to ensure that the oldest supported versions of CMake actually build with YCM. This issue aims at creating a separate stub .travis.yml to be copied by the main shell script to the newly generated project.

@PeterBowman
Copy link
Member Author

@PeterBowman PeterBowman self-assigned this Jul 14, 2018
@PeterBowman
Copy link
Member Author

PeterBowman commented Jul 14, 2018

This issue aims at creating a separate stub .travis.yml to be copied by the main shell script to the newly generated project.

Travis YAML template file added at 4ca65dc.

@PeterBowman
Copy link
Member Author

Not so sure about the "testing infrastructure" until we decide on the most appropriate way of installing/embedding gtest.

Already decided: roboticslab-uc3m/questions-and-answers#41.

@PeterBowman
Copy link
Member Author

...and basic unit test stub added at e6b9faf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants