Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 661 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 661 Bytes

C++ Foundation

A C++ project foundation with enforced CI, testing, style and static analysis.

WARNING: This is not yet functional!

Build Status codecov

Features

  • Build using Bazel.
  • Continuous Integration using Travis CI.
  • Testing using GTest and GPerf.
  • Code coverage reporting using lcov and CodeCov.
  • Style checker using Clang Format.
  • Static analysis using Clang Tidy.