build: 👷 build check
This commit is contained in:
parent
220a7f8dcd
commit
d71aefd108
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
|
||||||
|
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 @@
|
||||||
# draw_rectangle
|
# draw_rectangle
|
||||||
|
|
||||||
|
[](https://ci.codeberg.org/repos/14279)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue