This commit is contained in:
UnlimitedCookies
2022-03-03 21:41:47 +01:00
parent 605dcc7317
commit c0d13f7109
2 changed files with 6 additions and 4 deletions

12
.woodpecker.yml Normal file
View File

@@ -0,0 +1,12 @@
pipeline:
build_deb:
image: debian:bullseye-slim
pull: true
commands:
- apt update && apt install -y build-essential devscripts
- make package
- ls -laR ..
when:
event: [push, tag]
branches: master