From: Christian Brauner Date: Wed, 15 Apr 2020 08:50:59 +0000 (+0200) Subject: travis: add back coverity X-Git-Tag: lxc-5.0.0~453^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e1359536631f1aab08acb0025a5499598bf5455;p=thirdparty%2Flxc.git travis: add back coverity Signed-off-by: Christian Brauner --- diff --git a/.travis.yml b/.travis.yml index 41f30271c..b3050fe2b 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.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