win-test-wrapper-beta-test/.drone.yml
Rsclub2_2 b74d6b2aa5
Some checks failed
continuous-integration/drone/push Build is failing
.drone.yml aktualisiert
2023-09-30 04:01:01 +00:00

17 lines
320 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
- ls DEBIAN
- dpkg-buildpackage -us -uc