This commit is contained in:
parent
51813d88b1
commit
96ae8cced2
1 changed files with 5 additions and 5 deletions
10
.drone.yml
10
.drone.yml
|
@ -2,12 +2,12 @@ kind: pipeline
|
|||
name: default
|
||||
|
||||
steps:
|
||||
- name: Build
|
||||
image: debian:bullseye
|
||||
commands:
|
||||
- apt update
|
||||
- name: Build
|
||||
image: debian:bullseye
|
||||
commands:
|
||||
- apt update
|
||||
- apt upgrade
|
||||
- apt install build-essentials equivs devscripts
|
||||
- apt install build-essentials equivs devscripts
|
||||
- mk-build-deps -i -r debian/control
|
||||
- dbian-buildpackage -b -uc
|
||||
- find .
|
||||
|
|
Loading…
Reference in a new issue