[BAZELMOD] adopt bazel mod for dev builds #9
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Remote | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
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/... |