summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEvgeny Vereshchagin <evvers@ya.ru>2020-06-24 22:25:14 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2020-06-24 22:32:56 +0200
commit595cb4211a69629a912b74f89e7b3993da120b4b (patch)
treea451889d1eae2a68bc1128fc3cd1b352e32b438d /.travis.yml
parentc4e90266dbc981ad6d601e860bb0df5e284dd8a9 (diff)
downloadsystemd-595cb4211a69629a912b74f89e7b3993da120b4b.tar.gz
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
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index a72e81552f..9eb6a19eea 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)"