ci: 👷 build check
This commit is contained in:
parent
650217a746
commit
59489021ba
2 changed files with 14 additions and 0 deletions
13
.woodpecker/compile.yaml
Normal file
13
.woodpecker/compile.yaml
Normal file
|
@ -0,0 +1,13 @@
|
|||
when:
|
||||
event:
|
||||
- push
|
||||
- manual
|
||||
branch: main
|
||||
|
||||
steps:
|
||||
build:
|
||||
image: rust
|
||||
commands:
|
||||
- apt update
|
||||
- apt install -y g++ pkg-config libx11-dev libasound2-dev libudev-dev libxkbcommon-x11-0 libwayland-dev libxkbcommon-dev
|
||||
- cargo build
|
|
@ -1,2 +1,3 @@
|
|||
# fisher
|
||||
|
||||
[](https://ci.codeberg.org/repos/14239)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue