JoakimSoderberg / coveralls-cmake-example

Example project for coveralls-cmake
20 stars 5 forks source link

Build Status Coverage Status

Coveralls CMake example project

This is an example project that demonstrates how https://github.com/JoakimSoderberg/coveralls-cmake can be used.

Usage

$ git clone https://github.com/JoakimSoderberg/coveralls-cmake-example.git
$ cd coveralls-cmake-example
$ git submodule update --init
$ mkdir build && cd build
$ cmake -DCOVERALLS=ON -DCMAKE_BUILD_TYPE=Debug ..
$ make
$ make coveralls