olol
This commit is contained in:
12
.woodpecker.yml
Normal file
12
.woodpecker.yml
Normal 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
|
||||
Reference in New Issue
Block a user