From 1e7fa3310aee0532c829225a482e0d13b3c95e7f Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Sat, 9 Apr 2022 12:06:53 -0400 Subject: [PATCH] Most basic of setups --- .bazelversion | 1 + README.md | 12 +++++++++++- WORKSPACE.bazel | 0 py_project/BUILD.bazel | 0 4 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .bazelversion create mode 100644 WORKSPACE.bazel create mode 100644 py_project/BUILD.bazel diff --git a/.bazelversion b/.bazelversion new file mode 100644 index 0000000..3bff059 --- /dev/null +++ b/.bazelversion @@ -0,0 +1 @@ +5.1.1 \ No newline at end of file diff --git a/README.md b/README.md index 97ac72e..5fee54d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # learn_bazel -Repo for learning Bazel \ No newline at end of file +Repo for learning Bazel + +## Commands + +From top level dir + +Build all packages(Denoted by BUILD.bazel files) in this project. + +``` +bazel build //... +``` diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel new file mode 100644 index 0000000..e69de29 diff --git a/py_project/BUILD.bazel b/py_project/BUILD.bazel new file mode 100644 index 0000000..e69de29