The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxcfs/pull/392

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com>
From 6686dbc3ed7feda72e5892c5a907bf16637e8cda Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brau...@ubuntu.com>
Date: Wed, 15 Apr 2020 15:15:02 +0200
Subject: [PATCH] travis: enable coverity integration

Signed-off-by: Christian Brauner <christian.brau...@ubuntu.com>
---
 .travis.yml | 18 ++++++++++++++++--
 1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e3a5057..dcdf48b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,8 +13,8 @@ arch:
  - s390x
 
 env:
-  global:
-   - secure: 
"Nu2cNo2RHjZxl2eiuWVRlznMAZu4YCvsbaxf4djolj+MYIw2KfMqMM9cM9EC3/ikljZcrlleOXZDcyNFdlNIbeadXythleNQJRK3eX8x226f6vqAs4i/ppbl4oMnlQx3yzG9+PBHtelv/db8TxXLX51+qB8N0820v0ieTpwYbkI="
+ global:
+   - secure: 
"git3Pry4fHtyXFNdy+b5NjIxHOkg1olPKCqKXc0SD9FLBF6oxmvrt8QXDoPWolLK6Y62GEu751tWXJ8YsYAkPMlNX3lrfyxomhmhKCB1pHQvnZ/ln15Na3EGG9HvpKs2VTqc1s5817rfo+USUwGmbeNqe99BI3egNG1o/WiKiOQ="
 
 addons:
   coverity_scan:
@@ -44,3 +44,17 @@ notifications:
     recipients:
       - serge.hal...@ubuntu.com
       - stgra...@ubuntu.com
+
+addons:
+  coverity_scan:
+
+    project:
+      name: lxc/lxcfs
+      description: "FUSE filesystem for LXC https://linuxcontainers.org/lxcfs";
+
+    # Where email notification of build analysis results will be sent
+    notification_email: christian.brau...@ubuntu.com
+
+    build_command_prepend: "./bootstrap.sh && mkdir build && cd build && 
../configure --prefix=/usr"
+    build_command: "make -j4"
+    branch_pattern: master
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to