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

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 9e1359536631f1aab08acb0025a5499598bf5455 Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brau...@ubuntu.com>
Date: Wed, 15 Apr 2020 10:50:59 +0200
Subject: [PATCH] travis: add back coverity

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

diff --git a/.travis.yml b/.travis.yml
index 41f30271ca..b3050fe2b6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,3 +22,21 @@ notifications:
     recipients:
       - lxc-devel@lists.linuxcontainers.org
   webhooks: https://linuxcontainers.org/webhook-lxcbot/
+
+env:
+ global:
+   - secure: 
"HlNoguS2Sjyj7Mbb644wrHZqdp/p7I7gX00XoUzLRcFosmVdYpHo6Ix8pt9ddC5tDfX05pl5x8OBwrccY+picb9NDNCt7C5TlNcuyyDROnMJW5q33j4EZRI91sBQdmn2uorMzi/CnHEtvUw20+sjBOqIqvpnUV2SMaZiWGC1Eec="
+
+addons:
+  coverity_scan:
+
+    project:
+      name: lxc/lxc
+      description: "LXC - Linux Containers https://linuxcontainers.org/lxc";
+
+    # Where email notification of build analysis results will be sent
+    notification_email: christian.brau...@ubuntu.com
+
+    build_command_prepend: "./autogen.sh && mkdir build && cd build && 
../configure --enable-tests --with-distro=unknown --disable-rpath 
--enable-tests --enable-memfd-rexec --enable-seccomp --enable-static 
--enable-werror"
+    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