build: 👷 build check
This commit is contained in:
parent
8a12eb0ddd
commit
b87ca298e9
2 changed files with 16 additions and 0 deletions
14
.woodpecker/compile.yaml
Normal file
14
.woodpecker/compile.yaml
Normal file
|
@ -0,0 +1,14 @@
|
|||
when:
|
||||
event:
|
||||
- push
|
||||
- manual
|
||||
branch: main
|
||||
|
||||
steps:
|
||||
build:
|
||||
image: rust:latest
|
||||
commands:
|
||||
- rustup self uninstall -y
|
||||
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
|
||||
- rustup update
|
||||
- cargo build
|
|
@ -1,2 +1,4 @@
|
|||
# message_box
|
||||
|
||||
[](https://ci.codeberg.org/repos/14305)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue