.drone.yml hinzugefügt
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Rsclub2_2 2023-09-30 01:28:12 +00:00
parent b6f289847c
commit b6349e873d

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: debian-package-builder
image: debian:stable
commands:
- apt-get update
- apt-get install -y debhelper dh-make
- dh_make --native
- dpkg-buildpackage -us -uc