From: Christian Brauner Date: Wed, 20 Feb 2019 19:44:16 +0000 (+0100) Subject: travis: run coccinelle X-Git-Tag: lxc-3.2.0~137^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00cbf8f4eb00f9e2b548d0eb39f623e4bff5a6bd;p=thirdparty%2Flxc.git travis: run coccinelle Signed-off-by: Christian Brauner --- diff --git a/.travis.yml b/.travis.yml index 2a320dec0..665ee45ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,14 +11,14 @@ addons: name: "lxc/lxc" description: "LXC - Linux Containers https://linuxcontainers.org/lxc" notification_email: lxc-devel@lists.linuxcontainers.org - build_command_prepend: "./autogen.sh && rm -Rf build && mkdir build && cd build && ../configure --enable-tests --with-distro=unknown" + build_command_prepend: "./coccinelle/run-coccinelle.sh && ./autogen.sh && rm -Rf build && mkdir build && cd build && ../configure --enable-tests --with-distro=unknown" build_command: "make -j4" branch_pattern: coverity before_install: - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca- - sudo add-apt-repository ppa:ubuntu-lxc/daily -y - sudo apt-get update -qq - - sudo apt-get install -qq libapparmor-dev libcap-dev libseccomp-dev python3-dev python3-setuptools docbook2x libgnutls-dev libselinux1-dev linux-libc-dev + - sudo apt-get install -qq coccinelle libapparmor-dev libcap-dev libseccomp-dev python3-dev python3-setuptools docbook2x libgnutls-dev libselinux1-dev linux-libc-dev script: - ./autogen.sh - rm -Rf build