Skip to content

Commit

Permalink
Merge pull request #82 from veblush/gw-a
Browse files Browse the repository at this point in the history
[CI] Bazel Build
  • Loading branch information
veblush authored Jun 13, 2024
2 parents 4628305 + c43f9b2 commit 730d232
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 18 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Bazel Build
on:
push: {}
pull_request: {}
jobs:
build:
name: Build everything
runs-on: ubuntu-latest
steps:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bazelbuild/setup-bazelisk@v3
- name: Mount bazel cache
uses: actions/cache@v4
with:
path: "~/.cache/bazel"
key: bazel
- name: Build
run: bazel build //...
18 changes: 0 additions & 18 deletions .github/workflows/github-actions-demo.yml

This file was deleted.

0 comments on commit 730d232

Please sign in to comment.