Commit fc9be1c6 authored by Anton Bukov's avatar Anton Bukov

Add coveralls support

parent 2b133b32
......@@ -29,6 +29,9 @@ matrix:
- clang-3.8
sources: *sources
before_install:
- pip install --user cpp-coveralls
install:
- mkdir -p /tmp/tools
- pushd /tmp/tools
......@@ -45,3 +48,7 @@ script:
- cmake .. && make
- ./test/boolinqtest
- ./benchmark/boolinqbenchmark
- cd ..
after_success:
- coveralls --gcov-options '\-lp'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment