Compare commits
2 commits
c276020137
...
74815a78b6
Author | SHA1 | Date | |
---|---|---|---|
74815a78b6 | |||
3ba4b3d877 |
1 changed files with 21 additions and 0 deletions
21
.forgejo/workflows/pico_master.yaml
Normal file
21
.forgejo/workflows/pico_master.yaml
Normal file
|
@ -0,0 +1,21 @@
|
|||
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
|
||||
|
||||
- name: Build - release
|
||||
run: |
|
||||
cargo build --release
|
||||
|
Loading…
Reference in a new issue