From 411e4f4735397a601f33be475918e4a96f66e3a2 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 1 Oct 2019 04:16:26 -0700 Subject: ci: run `hdr-check` as part of the `Static Analysis` job Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- ci/install-dependencies.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ci/install-dependencies.sh') diff --git a/ci/install-dependencies.sh b/ci/install-dependencies.sh index 8cc72503cb..8ce9ce276e 100755 --- a/ci/install-dependencies.sh +++ b/ci/install-dependencies.sh @@ -49,7 +49,8 @@ osx-clang|osx-gcc) ;; StaticAnalysis) sudo apt-get -q update - sudo apt-get -q -y install coccinelle + sudo apt-get -q -y install coccinelle libcurl4-openssl-dev libssl-dev \ + libexpat-dev gettext ;; Documentation) sudo apt-get -q update -- cgit v1.3-5-g9baa