diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2019-10-01 04:16:26 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-10-03 10:34:57 +0900 |
commit | 411e4f4735397a601f33be475918e4a96f66e3a2 (patch) | |
tree | 3df43c0d502908edb7dcae7848e6c22e83558683 /azure-pipelines.yml | |
parent | b503a2d515e6ac3d2cced7881791c12663c45d01 (diff) | |
download | git-411e4f4735397a601f33be475918e4a96f66e3a2.tar.gz |
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>
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c329b7218b..1d4bcbda65 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -354,7 +354,7 @@ jobs: test "$GITFILESHAREPWD" = '$(gitfileshare.pwd)' || ci/mount-fileshare.sh //gitfileshare.file.core.windows.net/test-cache gitfileshare "$GITFILESHAREPWD" "$HOME/test-cache" || exit 1 sudo apt-get update && - sudo apt-get install -y coccinelle && + sudo apt-get install -y coccinelle libcurl4-openssl-dev libssl-dev libexpat-dev gettext && export jobname=StaticAnalysis && |