Aggiunta pipeline per drone.
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
eddfb9832f
commit
fb5f2422f8
1 changed files with 22 additions and 0 deletions
22
.drone.yml
Normal file
22
.drone.yml
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: build and publish
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build binary package
|
||||||
|
image: mydatakeeper/drone-makepkg:x86_64
|
||||||
|
|
||||||
|
- name: publish
|
||||||
|
image: plugins/gitea-release
|
||||||
|
settings:
|
||||||
|
api_key:
|
||||||
|
from_secret: deploy_token
|
||||||
|
base_url: https://git.sys42.eu
|
||||||
|
files: *.pkg.tar.zst
|
||||||
|
checksum: md5sum
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
event:
|
||||||
|
- tag
|
||||||
|
- pull_request
|
Loading…
Add table
Add a link
Reference in a new issue