mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-20 11:12:46 +03:00
fix coverity submission for netsurf
This commit is contained in:
parent
9610dbd210
commit
d0334c35e9
@ -34,6 +34,8 @@
|
||||
#
|
||||
# either PREFIX or JENKINS_HOME
|
||||
|
||||
COVERITY_PROJECT="NetSurf+Browser"
|
||||
|
||||
# build gtk, framebuffer and monkey frontend by default
|
||||
TARGETS="gtk framebuffer monkey"
|
||||
|
||||
@ -61,8 +63,8 @@ for TARGET in ${TARGETS}; do
|
||||
cov-build --dir cov-int make CCACHE= TARGET=${TARGET}
|
||||
done
|
||||
|
||||
tar cf covns.tar cov-int
|
||||
tar cf coverity-scan.tar cov-int
|
||||
|
||||
gzip -9 covns.tar
|
||||
gzip -9 coverity-scan.tar
|
||||
|
||||
curl --form "project=NetSurf Browser" --form "token=${COVERITY_TOKEN}" --form "email=${COVERITY_USER}" --form "file=@covns.tar.gz" --form "version=${COVERITY_VERSION}" --form "description=Git Head build" http://scan5.coverity.com/cgi-bin/upload.py
|
||||
curl --form "project=${COVERITY_PROJECT}" --form "token=${COVERITY_TOKEN}" --form "email=${COVERITY_USER}" --form "file=@coverity-scan.tar.gz" --form "version=${COVERITY_VERSION}" --form "description=Git Head build" "https://scan.coverity.com/builds?project=${COVERITY_PROJECT}"
|
||||
|
Loading…
Reference in New Issue
Block a user