build: 👷 stow test
This commit is contained in:
parent
e8bfb35161
commit
aa6a1ef817
1 changed files with 14 additions and 0 deletions
14
.woodpecker/stow.yaml
Normal file
14
.woodpecker/stow.yaml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
- manual
|
||||||
|
branch: main
|
||||||
|
|
||||||
|
steps:
|
||||||
|
build:
|
||||||
|
image: rust
|
||||||
|
commands:
|
||||||
|
- apt update
|
||||||
|
- apt install -y stow
|
||||||
|
- stow .
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue