Skip to content

Feature/issues 376 esp32 c3 devkitc 02 riscv support #918

Feature/issues 376 esp32 c3 devkitc 02 riscv support

Feature/issues 376 esp32 c3 devkitc 02 riscv support #918

Workflow file for this run

name: Build
on:
push:
branches: [staging, trying, main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Build and test
run: |
curl -L -o /usr/local/bin/cargo-batch https://github.com/embassy-rs/cargo-batch/releases/download/batch-0.3.0/cargo-batch
chmod +x /usr/local/bin/cargo-batch
cargo xtask ci_batch
- name: Documentation
run: cargo xtask docs
- name: Verify no changes to source modules
run: git diff --exit-code