GuillaumeDua / GCL_CPP

Makes my C++ projects easier and faster to develop
Apache License 2.0
10 stars 2 forks source link

CI / automation #14

Open GuillaumeDua opened 3 years ago

GuillaumeDua commented 3 years ago

CI / automation

CI checks :

Build :

todo : extends to other configurations mentioned in #31

Code quality

Runtime tests

Integrates CI tools such as static-analysis and format to this repository.

Must includes Cpp Core Guideline checks using SonarCube ou LLVM/Clang-tidy

GuillaumeDua commented 3 years ago

Partialy implemented in #27 and #29

GuillaumeDua commented 3 years ago

Github currently lack badge-per-jobs feature when using configurations matrix,
see https://github.community/t/separate-workflow-badges-when-using-matrix-testing-possible/16708