1
2version: 2
3
4build:
5 os: "ubuntu-22.04"
6 tools:
7 nodejs: "19"
8 commands:
9 - env
10 - npm install -g @bazel/bazelisk
11 - bazel version
12 # Put the actual build behind a shell script because its easier to modify than
13 # the yaml config.
14 - docs/readthedocs_build.sh
15