diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-05-05 14:56:25 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-05-05 14:56:25 -0700 |
| commit | 791db2c7ba4383dfa3346b090653792b0076822a (patch) | |
| tree | ff8632b14641b337ba40de23ebdd748765d04ab6 /ci/run-static-analysis.sh | |
| parent | cbda07879df890f6546d8eaedebc6e37d401a720 (diff) | |
| parent | 04a13ed8a7c07ef383f19adc16494ec481960bdb (diff) | |
| download | git-791db2c7ba4383dfa3346b090653792b0076822a.tar.gz | |
Merge branch 'kn/meson-hdr-check'
Add an equivalent to "make hdr-check" target to meson based builds.
* kn/meson-hdr-check:
makefile/meson: add 'check-headers' as alias for 'hdr-check'
meson: add support for 'hdr-check'
meson: rename 'third_party_sources' to 'third_party_excludes'
meson: move headers definition from 'contrib/coccinelle'
coccinelle: meson: rename variables to be more specific
ci/github: install git before checking out the repository
Diffstat (limited to 'ci/run-static-analysis.sh')
| -rwxr-xr-x | ci/run-static-analysis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/run-static-analysis.sh b/ci/run-static-analysis.sh index ae714e020a..9e9c72681d 100755 --- a/ci/run-static-analysis.sh +++ b/ci/run-static-analysis.sh @@ -26,7 +26,7 @@ then exit 1 fi -make hdr-check || +make check-headers || exit 1 make check-pot |
