Skip to content

Commit

Permalink
Enable coveralls for CI, take 10
Browse files Browse the repository at this point in the history
  • Loading branch information
PJK committed Apr 28, 2015
1 parent 4570581 commit 78273e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ "$CC" == "gcc" ]; then
cmake $SOURCE -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=gcc -DCOVERAGE=ON -DCUSTOM_ALLOC=$CUSTOM_ALLOC
make
ctest
lcov --capture --directory . --output-file coverage.info
lcov --capture --directory $(pwd) --output-file coverage.info
coveralls-lcov coverage.info
fi

Expand Down

0 comments on commit 78273e0

Please sign in to comment.