summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRALOVICH, Kristof <tade60@freemail.hu>2014-08-09 15:46:36 +0200
committerRALOVICH, Kristof <tade60@freemail.hu>2014-08-09 15:46:36 +0200
commitc0dcb7e119cc846f07ff57431a1abc804d329c01 (patch)
treefae5532f11c36819ee2d43bb1e1588b88e8d2916
parentef3a57c026ddb8f93ada2b2dc5a3c6a06a3b717b (diff)
travis-ci: refine coverity setup
-rw-r--r--.travis.yml31
1 files 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@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@freemail.hu
+ - ralovich@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@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
-