Skip to content

build: set up Bazel configuration #2

build: set up Bazel configuration

build: set up Bazel configuration #2

Workflow file for this run

name: Bazel
on:
pull_request:
push:
branches:
- main
tags:
- v*
paths-ignore:
- "README.md"
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- uses: Swatinem/rust-cache@v2
- name: Bazel sync
run: bazel sync
- name: Check unchanged
run: git diff -q
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- uses: Swatinem/rust-cache@v2
# - name: Install dfx
# uses: dfinity/setup-dfx@main
# - name: Start dfx
# run: dfx start --background
- name: Bazel build
run: bazel build evm_rpc