[Pkg-running-devel] [antpm] 19/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 112b92869e7a544ad6abe9f9cbe5f0f0ffb4a5b8
Author: RALOVICH, Kristof <tade60 at freemail.hu>
Date:   Sat Aug 9 16:19:16 2014 +0200

    travis-ci: refine coverity setup
---
 .travis.yml | 93 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 47 insertions(+), 46 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 3bc7c05..fcb3faf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,46 +1,47 @@
-env:
-  global:
-   - secure: "DT/lVSxqaBtcgGtXy7of+OoRBtOv4xNI3id1MK0V/XT0FTGJQ5+KWFEZ1vPpViIeSjNNjOkDH9d2j3EtahdzAEeFMb8GdZhKqQcXoS7pl2m6seXqvaYOV/HfgHJ9Y08mROdqOeDzEn7t4CH1Fz9WgHy7W1ulCh4i+yQ1qJOSblU="
-
-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:
-  - clang
-  - gcc
-notifications:
-  email:
-    recipients:
-      - ralovich at in.tum.de
-    on_success: always
-    on_failure: always
-branches:
-  only:
-    - master
-    - coverity_scan
-before_install:
-  - sudo apt-get update
-  - uname -a
-  - free
-  - cat /proc/cpuinfo
-  - g++ -v
-  - clang++ -v
-install: sudo apt-get install libboost-dev libboost-date-time-dev libboost-thread-dev libboost-system-dev libboost-filesystem-dev	libboost-program-options-dev libboost-test-dev libusb-dev libxml2-dev valgrind
-before_script: mkdir cmake-build
-script:
-  - cd cmake-build
-  - cmake ../src -DCMAKE_BUILD_TYPE=Release -DUSE_BOOST_TEST=TRUE -DCMAKE_INSTALL_PREFIX=/usr && make -j4 && make test ARGS=-j99
-  - make clean
-  - cmake ../src -DCMAKE_BUILD_TYPE=Debug -DUSE_BOOST_TEST=TRUE -DCMAKE_INSTALL_PREFIX=/usr && make -j4 && make test ARGS=-j99
-  - make clean
-
+# -*- coding: iso-8859-2-unix -*-
+env:
+  global:
+   - secure: "WbQ15ePbGMTZQ6Dcbfn2yQ+D3Y/oLJoHhD2dPnzkRdk8/fXoY2VkGBUtgNi9hGm0Cd9kXDicBSEJarxt2NeDEu97VL92ltoicNgJbPNawshIfh1SVCd+tJsI9cBl8OLNCcOu90pK8WubWKcDFTHajAUTpdEujq1NnoyJ57Oynmc="
+
+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: "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:
+  - clang
+  - gcc
+notifications:
+  email:
+    recipients:
+      - ralovich at in.tum.de
+    on_success: always
+    on_failure: always
+branches:
+  only:
+    - master
+    - coverity_scan
+before_install:
+  - sudo apt-get update
+  - uname -a
+  - free
+  - cat /proc/cpuinfo
+  - g++ -v
+  - clang++ -v
+install: sudo apt-get install libboost-dev libboost-date-time-dev libboost-thread-dev libboost-system-dev libboost-filesystem-dev	libboost-program-options-dev libboost-test-dev libusb-dev libxml2-dev valgrind
+before_script: mkdir cmake-build
+script:
+  - cd cmake-build
+  - cmake ../src -DCMAKE_BUILD_TYPE=Release -DUSE_BOOST_TEST=TRUE -DCMAKE_INSTALL_PREFIX=/usr && make -j4 && make test ARGS=-j99
+  - make clean
+  - cmake ../src -DCMAKE_BUILD_TYPE=Debug -DUSE_BOOST_TEST=TRUE -DCMAKE_INSTALL_PREFIX=/usr && make -j4 && make test ARGS=-j99
+  - make clean
+

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