From 00cbf8f4eb00f9e2b548d0eb39f623e4bff5a6bd Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Wed, 20 Feb 2019 20:44:16 +0100 Subject: [PATCH] travis: run coccinelle Signed-off-by: Christian Brauner --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2