Add debugging to check droneio
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
lagertonne 2021-05-05 21:53:32 +02:00
parent c838a9c096
commit f78aa0e9d1

15
.drone.yml Normal file
View file

@ -0,0 +1,15 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: Build ucarp debian package
image: debian:buster
commands:
- apt-get update
- apt-get install -y devscripts build-essential
- mk-build-deps -i
- debuild -us -uc
- pwd
- ls -la ../ucarp*