OSDN Git Service

drm_hwcomposer: CI: Find all source files instead of hardcoding them.
authorRoman Stratiienko <roman.o.stratiienko@globallogic.com>
Thu, 30 Dec 2021 16:12:26 +0000 (18:12 +0200)
committerRoman Stratiienko <roman.o.stratiienko@globallogic.com>
Wed, 12 Jan 2022 08:33:55 +0000 (10:33 +0200)
commit5741bbd6d860062215643f99b8dbf83db56b2dd1
tree6797eb9bb126cf8500240c7b556b37fc05eaf541
parent753d107896e2129d255e1c7f5fdaf6f25251dd15
drm_hwcomposer: CI: Find all source files instead of hardcoding them.

Goals:

1. Follow clang-tidy rules to maintain project clean.

2. Do not allow new code to break goal #1.

Requirements for CI:

1. In case new file appears in the project, it should be picked-up by CI
   automatically and CI should assign NORMAL clang-tidy check level.

2. CI makefile should have SKIP list to define files for which build
   by CI is impossible for some reason.

3. CI makefile should have ability to override clang-tidy check level for
   every file.

Signed-off-by: Roman Stratiienko <roman.o.stratiienko@globallogic.com>
.ci/Makefile