win-test-wrapper-beta-test/.drone.yml
Rsclub2_2 6afa439082
Some checks failed
continuous-integration/drone/push Build is failing
.drone.yml aktualisiert
2023-09-30 03:25:13 +00:00

16 lines
302 B
YAML

---
kind: pipeline
type: docker
name: default
# Debian Package building steps
steps:
- name: debian-package-builder
image: debian:bullseye
commands:
- echo $PWD
- apt-get update
- apt-get install -y debhelper dh-make
- echo $PWD
- ls
- dpkg-buildpackage -us -uc