Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.46 KB

DEVELOPER.md

File metadata and controls

21 lines (11 loc) · 1.46 KB

Developer documentation

Envoy is built using the Bazel build system. Travis CI builds, tests, and runs coverage against all pull requests and the master branch.

To get started building Envoy locally, see the Bazel quick start. To run tests, there are Bazel targets for Google Test. To generate a coverage report, use the tooling for gcovr.

Below is a list of additional documentation to aid the development process: