Skip to content

[Makefile][CI] Add static-analysis Make target, and gitlab-ci stage

The 'static-analysis' Make target runs all static analysis we currently have. This allows to run at least static analysis, in cases where we are able build a particular EMPER configuration, but no able to execute it (e.g. because the kernel lacks io_uring support).

Merge request reports