Skip to content
Snippets Groups Projects
Commit 2915a8f1 authored by Meredith L. Patterson's avatar Meredith L. Patterson
Browse files

dirty hack continues

parent 2b637946
No related branches found
No related tags found
No related merge requests found
...@@ -91,6 +91,7 @@ matrix: ...@@ -91,6 +91,7 @@ matrix:
language: cpp language: cpp
env: BINDINGS=cpp CC="clang --coverage" env: BINDINGS=cpp CC="clang --coverage"
before_install: before_install:
- if [ "$CC" == "clang" ]; then export CC="clang --coverage"
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install lcov - sudo apt-get install lcov
- gem install coveralls-lcov - gem install coveralls-lcov
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment