Skip to content

Commit

Permalink
Enable coveralls for CI, take 6
Browse files Browse the repository at this point in the history
  • Loading branch information
PJK committed Apr 28, 2015
1 parent ca62d00 commit c3b2fa3
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 @@ -12,6 +12,6 @@ if grep -q 'Memory Leak\|IPW\|Uninitialized Memory Conditional\|Uninitialized Me
fi

if [ "$CC" == "gcc" ]; then
lcov --compat-libtool --directory . --capture --output-file coverage.info
make coverage
coveralls-lcov coverage.info
fi

0 comments on commit c3b2fa3

Please sign in to comment.