modified: .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Philipp Wagner 2023-10-04 01:22:45 +02:00
parent b8b8814aa8
commit 722e981932

View File

@ -9,9 +9,10 @@ steps:
image: debian:bullseye
commands:
- apt-get update
- apt-get install -y debhelper dh-make
- apt-get install -y debhelper dh-make git
- mkdir -p dist
- dh_builddeb --destdir=dist
- git add dist/*
when:
event:
- push