diff options
| -rw-r--r-- | hacks/coverity | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hacks/coverity b/hacks/coverity index ea1c649da..803cbed70 100644 --- a/hacks/coverity +++ b/hacks/coverity @@ -2,3 +2,9 @@ ./waf clean ~/src/cov-analysis-linux64-7.6.0/bin/cov-build --dir cov-int ./waf tar czvf dcpomatic2.tar.gz cov-int +curl --form token=OrnQ8l5pxA29SbacB7iL1Q \ + --form email=cth@carlh.net \ + --form file=@dcpomatic2.tar.gz \ + --form version="Version" \ + --form description="Description" \ + https://scan.coverity.com/builds?project=cth103%2Fdcpomatic |
