MattClarkson / CMakeCatchTemplate

Template C++ project using CMake, CTest, Catch, and a SuperBuild for dependencies such as Boost, gflags, glog, VTK, OpenCV and PCL.
BSD 3-Clause "New" or "Revised" License
30 stars 13 forks source link

Adds travis to template project #4

Closed mdavezac closed 7 years ago

mdavezac commented 7 years ago

Lets see if this works...

mdavezac commented 7 years ago

@MattClarkson, you would have to enable travis on this repo (by logging in with your github creds n travis) for the check to appear automatically.

Meanwhile, I've enabled travis on my fork. This pull-request is trying to get the builds to pass

mdavezac commented 7 years ago

Seems like it compiles with clang and gcc. You can see that on the pull-request against my fork, here.