Skip to content
This repository has been archived by the owner on Aug 4, 2019. It is now read-only.

Commit

Permalink
Add coverity script
Browse files Browse the repository at this point in the history
  • Loading branch information
abedra committed Apr 8, 2015
1 parent 0e6103b commit 2d1f344
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions script/coverity
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/sh

make clean
cov-build --dir cov-int make

tar czvf librepsheet.tar.gz cov-int

curl --form token=G-JpLX_yCvpLGa2gkp5VxQ \
--form [email protected] \
--form [email protected] \
--form version="$1" \
--form description="$1" \
https://scan.coverity.com/builds?project=repsheet%2Flibrepsheet

0 comments on commit 2d1f344

Please sign in to comment.