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

Continuous integration on Travis #27

Merged
merged 15 commits into from
Aug 27, 2016
Merged

Continuous integration on Travis #27

merged 15 commits into from
Aug 27, 2016

Conversation

simogasp
Copy link
Member

@simogasp simogasp commented Aug 10, 2016

  • added CI with caching of dependencies (Boost, Eigen, OpenCV)
  • for now only CPU version supported (no CUDA)
  • since we need CMake >= 3.4, for now it downloads the latest (3.6) and it caches it
  • it compiles with g++-4.8 and clang-3.7

connected to #24

@simogasp simogasp removed this from the CPU Beta milestone Aug 10, 2016
@simogasp simogasp changed the base branch from master to develop August 16, 2016 06:53
@@ -876,7 +876,7 @@ void cctagDetection(CCTag::List& markers,
}
#endif // WITH_CUDA

std::vector<cctag::ImageCut> vSelectedCuts[ numTags ];
std::vector<std::vector<cctag::ImageCut> > vSelectedCuts( numTags );
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@griwodz pls check if it is a safe change, clang was somehow complaining about making a c-array of vectors. It compiles after this but I hope there are not hidden side effects..

@simogasp simogasp added this to the 2016_08 milestone Aug 21, 2016
@simogasp
Copy link
Member Author

@lcalvet @griwodz @zvrba can someone check this (#27 (comment)) and merge?

@zvrba
Copy link
Member

zvrba commented Aug 27, 2016

I've looked at the context (code around it in the file) and the change in the context looks fine. I'll merge it.

@zvrba zvrba merged commit c3ba91c into develop Aug 27, 2016
@simogasp
Copy link
Member Author

thx!

@simogasp simogasp deleted the test_travis branch August 27, 2016 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants