Compare commits

...

1 Commits

Author SHA1 Message Date
e7c9fb31c5
Update drone.yml syntax 2019-11-12 08:04:40 +09:00

View File

@ -1,17 +1,33 @@
pipeline: kind: pipeline
build: type: docker
image: gcc:4.9 name: build
commands:
- make clean steps:
- make - name: build
- make install image: gcc:4.9
gitea_release: commands:
image: plugins/gitea-release - make clean
base_url: https://git.wicak.co - make
secrets: [ gitea_token ] - make install
files: bin/*
checksum: ---
- sha1 kind: pipeline
- sha256 type: docker
when: name: release
event: tag
- name: gitea_release
image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_token
base_url: https://git.wicak.co
files: bin/*
checksum:
- sha1
- sha256
when:
event: tag
trigger:
branch: master
event: tag