Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 455 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 455 Bytes

Everest

Bazel playground.

Building

$ bazel build //...

Testing

$ bazel test //...

Format code

$ ./tools/format.sh

Update dependencies

There is a couple of per-language to Bazel binding. When you change the dependencies in Pipenv, Cargo, go mod or other, run the following command to sync those bindings:

$ ./tools/update-dependencies.sh