]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
travis: add back coverity 3379/head
authorChristian Brauner <christian.brauner@ubuntu.com>
Wed, 15 Apr 2020 08:50:59 +0000 (10:50 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Wed, 15 Apr 2020 08:50:59 +0000 (10:50 +0200)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
.travis.yml

index 41f30271ca47f76bf5996e889316a2302cb59dc0..b3050fe2b6793a47b6d9cfca678db99fea4c4e8f 100644 (file)
@@ -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.brauner@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