summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRALOVICH, Kristof <tade60@freemail.hu>2014-07-31 18:50:55 +0200
committerRALOVICH, Kristof <tade60@freemail.hu>2014-07-31 18:50:55 +0200
commitf46e977dcc0e551c8df3d528ea358a392b4b4a5f (patch)
treed2ba0816c9c907570d347c4e7707f802668d848c
parentb74a17176f4c330b555458e331ac173e9045e0a2 (diff)
travis-ci: hooking up coverity
-rw-r--r--.travis.yml15
-rw-r--r--README.rst7
2 files changed, 21 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index af98557..9524379 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,3 +27,18 @@ script:
- make clean
- cmake ../src -DCMAKE_BUILD_TYPE=Debug -DUSE_BOOST_TEST=TRUE -DCMAKE_INSTALL_PREFIX=/usr && make -j4 && make test ARGS=-j99
- make clean
+
+env:
+ global:
+ - secure: "Hy8zgrbQw0D0XPcQY3BYaSXc1twSQjWY31uY0lNZghlS4dYFtT4lTELsYCnDAIjNEbjA2k8sYXoRmQWyDSBiGgLulpkYyApo2zYqvt6gZZIbJOOV7x+qC6whv36cGwgULbiJlF9bwOpZF8a7GPDmxc6tQhuvV6Pwu5E3FJhN9NM="
+
+addons:
+ coverity_scan:
+ project:
+ name: "ralovich/antpm"
+ description: "Build submitted via Travis CI"
+ notification_email: ralovich@in.tum.de
+ build_command_prepend: "mkdir cmake-build && cd cmake-build && cmake ../src -DCMAKE_BUILD_TYPE=Debug -DUSE_BOOST_TEST=TRUE -DCMAKE_INSTALL_PREFIX=/usr && make clean"
+ build_command: "make -j4"
+ branch_pattern: coverity_scan
+
diff --git a/README.rst b/README.rst
index c0c61c6..282de6f 100644
--- a/README.rst
+++ b/README.rst
@@ -1,5 +1,5 @@
=========
-ANT+minus
+`ANT+minus <http://code.google.com/p/antpm>`_
=========
Userspace implementation of a wire protocol similar to the
@@ -19,3 +19,8 @@ support. Please report your experience to help improving the software.
:width: 77px
:height: 19px
+.. image:: https://scan.coverity.com/projects/1102/badge.svg
+ :alt: Coverity Status
+ :target: https://scan.coverity.com/projects/1102
+ :width: 95px
+ :height: 18px