Added git source format and streamlined drone.yml
ci/woodpecker/push/drone Pipeline was successful Details

This commit is contained in:
UnlimitedCookies 2022-03-03 16:25:49 +01:00
parent 0b3ef51543
commit 90043d5bc7
2 changed files with 3 additions and 14 deletions

View File

@ -1,17 +1,5 @@
pipeline: pipeline:
build: build_deb:
image: debian
pull: true
commands:
- apt update && apt install -y make curl
- make
- ls -laR
- make install
- ls -laR
when:
event: [push, tag]
package:
image: debian image: debian
pull: true pull: true
commands: commands:
@ -19,6 +7,6 @@ pipeline:
- make package - make package
- ls -laR - ls -laR
when: when:
event: tag event: [push, tag]
branches: master branches: master

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (git)