Skip to content

satreix/everest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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