From: Evgeny Vereshchagin Date: Wed, 24 Jun 2020 20:25:14 +0000 (+0200) Subject: ci: bring back Coverity X-Git-Tag: v246-rc1~102 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=595cb4211a69629a912b74f89e7b3993da120b4b;p=thirdparty%2Fsystemd.git ci: bring back Coverity Looks like DOCKER_EXEC got lost somewhere along the way, which, in turn, caused the "coverity" job to fail with ``` $ $DOCKER_EXEC meson cov-build -Dman=false Command 'meson' not found, but can be installed with: apt install meson Please ask your administrator. ``` https://travis-ci.org/github/systemd/systemd/builds/701705788 --- diff --git a/.travis.yml b/.travis.yml index a72e81552fe..9eb6a19eeac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,7 @@ jobs: env: - FEDORA_RELEASE="latest" - TOOL_BASE="/var/tmp/coverity-scan-analysis" + - DOCKER_EXEC="docker exec -ti $CONT_NAME" - DOCKER_RUN="docker run -v $TOOL_BASE:$TOOL_BASE:rw --env-file .cov-env" # Coverity env variables - PLATFORM="$(uname)"