[Pkg-running-devel] [antpm] 14/39: travis-ci: refine coverity setup

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Fri Nov 7 11:13:47 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 c0dcb7e119cc846f07ff57431a1abc804d329c01
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Sat Aug 9 15:46:36 2014 +0200

    travis-ci: refine coverity setup
---
 .travis.yml | 31 ++++++++++++++++---------------
 1 file changed, 16 insertions(+), 15 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a1a0111..96018cc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,18 @@
+env:
+  global:
+   - secure: "NA10+myP2uSLPi0OTDp9/tPWpX25UW1afZtL0cutaaEwY2kO/Q+sBZr2GgcHLNk8uOP5l+7uOsisPYVhD7qXjrNyjrUdtW80YdKEQ8IQDqAgX6xz+80OnMyjXSM4dlDfGyieH6JFEYkEpKnWqdMLJASQwgBCkm03Ow1jeMDwxvQ="
+
+addons:
+  coverity_scan:
+    project:
+      name: "ralovich/antpm"
+      description: "ANT+minus 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 -j 4"
+    branch_pattern: coverity_scan
+    build_script_url: "https://raw.githubusercontent.com/ralovich/antpm/master/scripts/coverity_scan_script.sh"
+
 language: cpp
 script: cmake
 compiler:
@@ -6,7 +21,7 @@ compiler:
 notifications:
   email:
     recipients:
-      - tade60 at freemail.hu
+      - ralovich at in.tum.de
     on_success: always
     on_failure: always
 branches:
@@ -29,17 +44,3 @@ script:
   - 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: "TwkmQpkzvrzW58QB9igH+8wATcWSyW+oWkWKUkCfjjZ4zEz5WA8v1CGk3/ABA1EllvdCxcMXwvP66A8NKQYET79lQxPXBK+l9GtC2gco4M3wZ5afW+5BCnsTehQLzKqM+2CK7Zlab7RKQ4g9/X8XTjrD5gN3rmVkgz2+dNKZ/N0="
-
-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
-

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