Skip to content

Commit

Permalink
docu bazel onyx
Browse files Browse the repository at this point in the history
  • Loading branch information
frank-bee committed Oct 9, 2024
1 parent 99a8568 commit 6dd0df9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Bazel

### Overview

| Component | Build | Test | Artifact Upload |
|------------|-------|------|-----------------|
| Onyx | ✔️ | ✔️ | |
Expand All @@ -11,3 +13,11 @@

✔️ works
❌ does not work

### Components

#### Onyx
- bazel version: 6.0.0 (see `.bazelversion`)
- `BUILD` files created with `gazelle -go_prefix github.com/B-S-F/yaku/onyx` (from the component root)
- `deps.bzl` created with `gazelle update-repos -from_file=go.mod -to_macro=deps.bzl%go_dependencies -prune` (from the component root)
- derived from this tutorial: https://earthly.dev/blog/build-golang-bazel-gazelle/

0 comments on commit 6dd0df9

Please sign in to comment.