build system: add bzlmod support + tests (#1057)

This commit is contained in:
Ezekiel Warren
2023-09-13 23:48:17 -07:00
committed by GitHub
parent 7ec739b5c7
commit 01453b67fc
21 changed files with 196 additions and 12 deletions

18
.github/workflows/bazel.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
name: bazel
on: [push, pull_request]
jobs:
test:
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
runs-on: ${{ matrix.os }}
continue-on-error: true
steps:
- uses: actions/checkout@v3
- run: bazelisk test --config=ci ...
working-directory: test