Test CI/CD

This repo aims to experiment with CI/CD for improved development efficiency

CI

GitHub Actions

See .github/workflows/build_and_test.yml

CircleCI

<rcywongaa> See .circleci/config.yml

Static Code Analyzer

CppCheck

clang-tidy

No styles are checked at the moment

iwyu

lwyu

Doxygen

Document files are generated in the package's docs directory (e.g. my_lib/docs)

Issues

Doxygen and CMake are project / package local, meaning there's no way to create a single doxygen file that contains all packages within this repo.

References