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.
Here is a sample .travis.yml to build a project with CMake:
language: cpp
compiler:
- gcc
before_script:
- mkdir build
- cd build
- cmake ..
script: make
The complete project is available from https://github.com/leutloff/diff-match-patch-cpp-stl. Another example is available from Need hosted CI server with Qt4, sqlite3, cmake, git, gcc for project on GitHub.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With