Skip to content
This repository was archived by the owner on Jun 20, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7.0.0
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install bazel
run: tools/install_deps.sh
- name: Mount bazel cache
uses: actions/cache@v3
with:
path: "~/.cache/bazel"
key: bazel

- name: Run tests
run: tools/run_tests.sh
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ with [Bazel](https://bazel.build).
Setup
-----

Make sure Bazel is installed on your system. See the [Bazel
documentation](https://docs.bazel.build/versions/master/install.html) for
platform-specific instructions. We recommend using [Bazelisk](
https://bazel.build/install/bazelisk.html) to ensure you are using a supported
version.

To use the Dart rules, add the following to your `WORKSPACE` file to add the
external repositories for the Dart toolchain:

Expand Down
38 changes: 0 additions & 38 deletions tools/install_deps.sh

This file was deleted.