rs-dht-pio/.forgejo/workflows/build_push.yaml
hodasemi 3ec3d2cfbb
Some checks are pending
Check Build / Test build (push) Waiting to run
Rename action file
2024-08-12 08:22:11 +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