drone config
This commit is contained in:
parent
32c76edaf8
commit
786b9fd5be
|
@ -3,7 +3,7 @@ pipeline:
|
||||||
image: debian:sid
|
image: debian:sid
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install devscripts
|
- apt-get install -y devscripts
|
||||||
- mk-build-deps --install debian/control
|
- mk-build-deps --install debian/control
|
||||||
- dpkg-buildpackage --no-sign
|
- dpkg-buildpackage --no-sign
|
||||||
upload:
|
upload:
|
||||||
|
|
Loading…
Reference in New Issue