rs-dht-pio/.forgejo/workflows/pico_master.yaml
hodasemi b13d0b0709
Some checks failed
Check Build / Test build (push) Failing after 11m47s
Add target
2024-08-06 06:59:59 +02:00

22 lines
413 B
YAML

name: Check Build
run_name: Check Build
on:
push:
jobs:
Test build:
steps:
- uses: https://github.com/actions/checkout@main
- uses: https://github.com/dtolnay/rust-toolchain@stable
- name: Build - debug
run: |
cargo build --target thumbv6m-none-eabi
- name: Build - release
run: |
cargo build --target thumbv6m-none-eabi --release