Ask Your Question

sagioto's profile - activity

2016-09-13 06:48:14 -0600 received badge  Student (source)
2012-10-24 10:03:20 -0600 asked a question Is there an example project in c++ that uses opencv and travis ci?

I'm using Github as the source control tool, and I'd like to use the travis-ci plugin for CI. I didn't find any project that does that. Since travis-ci provides ubuntu 12.04 without the openCV libraries I'm installing those but then I'm having troubles using CMake to compile my code with the installed libraries. I'd very much like to see an example project and it's .travis.yml if you know of one, preferably with a set-up that would work on both the travis ubuntu and windows for dev machines.