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

Commit 2d1f344

Browse files
committed
Add coverity script
1 parent 0e6103b commit 2d1f344

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

script/coverity

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/sh
2+
3+
make clean
4+
cov-build --dir cov-int make
5+
6+
tar czvf librepsheet.tar.gz cov-int
7+
8+
curl --form token=G-JpLX_yCvpLGa2gkp5VxQ \
9+
--form email=aaron@aaronbedra.com \
10+
--form file=@librepsheet.tar.gz \
11+
--form version="$1" \
12+
--form description="$1" \
13+
https://scan.coverity.com/builds?project=repsheet%2Flibrepsheet

0 commit comments

Comments
 (0)