Skip to content

[BAZEL] bazel seven support #33

[BAZEL] bazel seven support

[BAZEL] bazel seven support #33

Workflow file for this run

name: Remote
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
linux:
name: Bazel Remote Execution
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: remote execution
run: |
git clone https://github.com/bazelbuild/bazel-buildfarm
cd bazel-buildfarm && ./examples/bf-run start && cd ..
bazelisk build --config=remote --config=linux //examples/...