diff options
Diffstat (limited to 'test_build.sh')
-rwxr-xr-x | test_build.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test_build.sh b/test_build.sh index 69d3a347..813d0b95 100755 --- a/test_build.sh +++ b/test_build.sh @@ -26,6 +26,11 @@ if [ "$(basename "${CC}")" = "ccc-analyzer" ] || [ -n "${COVERITY_OUTPUT}" ]; th fi +run_linter() { + ./util/lint/lint-extended-020-signed-off-by +} + + build_make () { make clean make -j $(nproc) CONFIG_EVERYTHING=yes @@ -67,5 +72,7 @@ build_meson () { } +run_linter + build_make build_meson |