Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesplain committed Feb 26, 2018
1 parent c5356e0 commit 571f1a0
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions docs/development/bazel.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,23 @@ While bazel works well for small projects, building with kubernetes still has a

## How to run

Build: `bazel build //cmd/... //pkg/... //channels/... //nodeup/... //channels/... //protokube/... //dns-controller/...`

Test: `bazel test //cmd/... //pkg/... //channels/... //nodeup/... //channels/... //protokube/... //dns-controller/...`

Regenerate bazel files using gazelle: `bazel run //:gazelle`
```
make bazel-build
make bazel-build-cli
# To build end to end and upload to s3
make bazel-upload
```

Test:
```
make bazel-test
```

Regenerate bazel files using gazelle:
```
make bazel-gazelle
```

## Other changes needed

Expand Down

0 comments on commit 571f1a0

Please sign in to comment.