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 /ci/run-static-analysis.sh | |
| 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 'ci/run-static-analysis.sh')
| -rwxr-xr-x | ci/run-static-analysis.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/run-static-analysis.sh b/ci/run-static-analysis.sh index a19aa7ebbc..65bcebda41 100755 --- a/ci/run-static-analysis.sh +++ b/ci/run-static-analysis.sh @@ -26,4 +26,7 @@ then exit 1 fi +make hdr-check || +exit 1 + save_good_tree |
