diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-29 21:25:58 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-29 21:25:58 +0000 |
| commit | 46c85c23ada074321078af4f4b583c9890f93bf2 (patch) | |
| tree | 313f93ed160d701d1a1f86e4af760247cc8562ba | |
| parent | 4f94915498bc8ea4ae3b0de391df94e3305afdc8 (diff) | |
Add curl uploader for coverity dump.
| -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 |
