[Crosstoolchain-logs] [device-tree-compiler] 21/57: Add Coverity Scan support

Vagrant Cascadian vagrant at moszumanska.debian.org
Thu Sep 28 22:03:57 UTC 2017


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

vagrant pushed a commit to branch upstream/latest
in repository device-tree-compiler.

commit e20d9658cd8f1cf2c03e843678cc9e89107e87ad
Author: David Gibson <david at gibson.dropbear.id.au>
Date:   Fri Apr 7 15:55:16 2017 +1000

    Add Coverity Scan support
    
    I've recently signed up dtc for Coverity Scan coverage.  This adds magic
    to the .travis.yml file to submit builds to Coverity for analysis.
    
    Signed-off-by: David Gibson <david at gibson.dropbear.id.au>
---
 .travis.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index de36443..a07c989 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,11 @@
 language: c
 
+# Coverity Scan uploads
+env:
+  global:
+  # COVERITY_SCAN_TOKEN (dgibson/dtc)
+  - secure: "vlHvXe618//IM9LQaKzqsrUbjs7ng0L9UCST4kJbJnFQDXvVe5JiSmJGd4ef7mm0NUv5bMRl2W3xCiu6BYAu/NvU3tMNHoLG+JgCJs0+wLJXbWOwji/NmH7olqgJG+CmpaCMXjARF6+nrTnBYHJL6cYyf4KVoV4B0I/hLUW91+s="
+
 matrix:
   include:
     - addons:
@@ -7,6 +13,14 @@ matrix:
           packages:
             - swig
             - python-dev
+        coverity_scan:
+          project:
+            name: dtc
+            description: Device Tree Compiler
+          notification_email: david at gibson.dropbear.id.au
+          build_command: make
+          branch_pattern: coverity_scan
+
     - addons:
         apt:
           packages:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/crosstoolchain/device-tree-compiler.git



More information about the Crosstoolchain-logs mailing list