Add basic automatic building
This commit is contained in:
parent
a96648cfd3
commit
e3f066af12
1 changed files with 12 additions and 0 deletions
12
.drone.yml
Normal file
12
.drone.yml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
kind: pipeline
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Build
|
||||||
|
image: debian:bullseye
|
||||||
|
commands:
|
||||||
|
- apt update
|
||||||
|
- apt install build-essentials equivs devscripts
|
||||||
|
- mk-build-deps -i -r debian/control
|
||||||
|
- dbian-buildpackage -b -uc
|
||||||
|
- find .
|
Loading…
Reference in a new issue