Commit fc9be1c6 authored by Anton Bukov's avatar Anton Bukov

Add coveralls support

parent 2b133b32
...@@ -29,6 +29,9 @@ matrix: ...@@ -29,6 +29,9 @@ matrix:
- clang-3.8 - clang-3.8
sources: *sources sources: *sources
before_install:
- pip install --user cpp-coveralls
install: install:
- mkdir -p /tmp/tools - mkdir -p /tmp/tools
- pushd /tmp/tools - pushd /tmp/tools
...@@ -45,3 +48,7 @@ script: ...@@ -45,3 +48,7 @@ script:
- cmake .. && make - cmake .. && make
- ./test/boolinqtest - ./test/boolinqtest
- ./benchmark/boolinqbenchmark - ./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