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
name: build
steps:
- name: build
image: gcc:4.9 image: gcc:4.9
commands: commands:
- make clean - make clean
- make - make
- make install - make install
gitea_release:
---
kind: pipeline
type: docker
name: release
- name: gitea_release
image: plugins/gitea-release image: plugins/gitea-release
settings:
api_key:
from_secret: gitea_token
base_url: https://git.wicak.co base_url: https://git.wicak.co
secrets: [ gitea_token ]
files: bin/* files: bin/*
checksum: checksum:
- sha1 - sha1
- sha256 - sha256
when: when:
event: tag event: tag
trigger:
branch: master
event: tag