ci: run hdr-check as part of the Static Analysis job

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Johannes Schindelin
2019-10-01 04:16:26 -07:00
committed by Junio C Hamano
parent b503a2d515
commit 411e4f4735
3 changed files with 6 additions and 2 deletions

View File

@ -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