[Forensics-changes] [yara] 293/368: Configure coverity_scan

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:30:49 UTC 2017


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

bengen pushed a commit to annotated tag v3.5.0
in repository yara.

commit 49e3be5b77ebb5ef3692195fde18a231d0fcb304
Author: plusvic <plusvic at gmail.com>
Date:   Fri Jun 3 11:47:42 2016 +0200

    Configure coverity_scan
---
 .travis.yml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index 6dd01a8..5ed9ea5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -14,3 +14,18 @@ language: c
 env:
   - CFLAGS=-m64
   - CFLAGS=-m32
+
+  global:
+   # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
+   #   via the "travis encrypt" command using the project repo's public key
+   - secure: "55t40B0koR7jhDkxsC8n38T1ZT+gRov6YJwxnh8pgRzzlwD+ObbFINKEISV1vjRWV4Ily4b7SQOyWBee40313ZSKvDrzKxvPGRCpq0GCA6Wb5dN1I4zC/8XqojWYxMFDOOVJMqI4Bzyd5t007nJWvNZ2hZD9fsc6eUN5plQEL4Kn9lumHdRWK1oIrfpv5g6SivKib8AQDoAQGs9AHO2MYcjqpSb+oeGwEUIAAKYzkfpWXFNocFrXjBGt431V8nUYBBtgxB3/nS+2ngc5Rzm9hSdWJxwTn0KrmQqXE5z3lF9+MdmL+Ct9RvpN31YcM4iASTyV8HFTM05CjAKMelrQ3ILmSbIrPBtzDA8AoDMlDgjFnP7BZUplNA0GYr+DgoWdF//LDqOfIimyyBD0Fev+8JE/I0dDbUo5gxIWELdMzUCM4FrYz6xm1n67ofo1QgaIm35pWxC6idGdeqJPHmi6NrpCtovOPj [...]
+
+addons:
+  coverity_scan:
+    project:
+      name: "plusvic/yara"
+      description: "Build submitted via Travis CI"
+    notification_email: plusvic at gmail.com
+    build_command_prepend: "./configure; make clean"
+    build_command:   "make -j 4"
+    branch_pattern: master

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list