Added git source format and streamlined drone.yml
ci/woodpecker/push/drone Pipeline was successful
Details
ci/woodpecker/push/drone Pipeline was successful
Details
This commit is contained in:
parent
0b3ef51543
commit
90043d5bc7
16
.drone.yml
16
.drone.yml
|
@ -1,17 +1,5 @@
|
|||
pipeline:
|
||||
build:
|
||||
image: debian
|
||||
pull: true
|
||||
commands:
|
||||
- apt update && apt install -y make curl
|
||||
- make
|
||||
- ls -laR
|
||||
- make install
|
||||
- ls -laR
|
||||
when:
|
||||
event: [push, tag]
|
||||
|
||||
package:
|
||||
build_deb:
|
||||
image: debian
|
||||
pull: true
|
||||
commands:
|
||||
|
@ -19,6 +7,6 @@ pipeline:
|
|||
- make package
|
||||
- ls -laR
|
||||
when:
|
||||
event: tag
|
||||
event: [push, tag]
|
||||
|
||||
branches: master
|
|
@ -0,0 +1 @@
|
|||
3.0 (git)
|
Loading…
Reference in New Issue