win-test-wrapper-beta-test/.drone.yml
Rsclub2_2 b6349e873d
Some checks failed
continuous-integration/drone/push Build is failing
.drone.yml hinzugefügt
2023-09-30 01:28:12 +00:00

13 lines
246 B
YAML

---
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