I use Github as a source control tool and I would like to use the travis-ci plugin for CI. I did not find a single project that would do this. Since travis-ci provides ubuntu 12.04 without openCV libraries, I install them, but then I have problems using CMake to compile my code with installed libraries. I would really like to see an example of a project and its .travis.yml, if you know one, preferably with a setting that will work both on travis ubuntu and on windows for development machines.
source share