ci: Show more info in clang-tidy job's output

This commit is contained in:
Eduardo Almeida
2022-12-02 17:06:40 +00:00
parent db6ff267b3
commit ec16822e76

View File

@@ -40,7 +40,7 @@ clang-tidy:
- run-clang-tidy-14 -p cmake-cache/ -quiet
1> clang-tidy-errors.log
2> /dev/null
- (! egrep -A 3 "error:|warning:" clang-tidy-errors.log)
- (! egrep -A 3 "error:|warning:|note:" clang-tidy-errors.log)
- echo "No clang-tidy errors found"
variables:
MPI_CI: 1