Files
CI-Test/.drone.yml
UnlimitedCookies 8b0ce9826f
Some checks failed
ci/woodpecker/push/drone Pipeline failed
ci/woodpecker/tag/drone Pipeline failed
Very much edit
2022-03-03 20:40:16 +01:00

12 lines
226 B
YAML

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