Repo for learning Bazel
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Drew Bednar 1e7fa3310a Most basic of setups 3 years ago
py_project Most basic of setups 3 years ago
.bazelversion Most basic of setups 3 years ago
.gitignore Initial commit 3 years ago
LICENSE Initial commit 3 years ago
README.md Most basic of setups 3 years ago
WORKSPACE.bazel Most basic of setups 3 years ago

README.md

learn_bazel

Repo for learning Bazel

Commands

From top level dir

Build all packages(Denoted by BUILD.bazel files) in this project.

bazel build //...