[Pkg-running-devel] [antpm] 01/39: travis-ci: hooking up coverity

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Fri Nov 7 11:13:46 UTC 2014


This is an automated email from the git hooks/post-receive script.

ralovich-guest pushed a commit to branch upstream
in repository antpm.

commit f46e977dcc0e551c8df3d528ea358a392b4b4a5f
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Thu Jul 31 18:50:55 2014 +0200

    travis-ci: hooking up coverity
---
 .travis.yml | 15 +++++++++++++++
 README.rst  |  7 ++++++-
 2 files changed, 21 insertions(+), 1 deletion(-)

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 at 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/antpm.git



More information about the Pkg-running-devel mailing list