commit d9103676b81e3c4afc5300f2be127d3fb5ead0c5 parent acb62ed75e9550a3377f3adf79f735544578b9ce Author: mtmn <miro@haravara.org> Date: Sun, 14 Jun 2026 23:45:10 +0200 build: add bazel metadata Diffstat:
| M | .build.yml | | | 7 | +++++-- |
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.build.yml b/.build.yml @@ -18,10 +18,13 @@ sources: secrets: - 5d5cc3a6-71d0-490f-94e9-5755066a3b2c +environment: + GIT_REPOSITORY_URL: "https://git.sr.ht/~mtmn/tools" + tasks: - build: | cd tools - bazelisk build //... + bazelisk build --build-metadata=CI="$JOB_URL" //... - test: | cd tools - bazelisk test //... + bazelisk test --build-metadata=CI="$JOB_URL" //...