ci-demo/.drone.yml
2018-08-18 13:23:17 +09:00

18 lines
377 B
YAML

pipeline:
build:
image: gcc:4.9
commands:
- make clean
- make
- make install
gitea_release:
image: plugins/gitea-release
base_url: https://git.wicak.co
secrets: [ gitea_token ]
files: bin/*
checksum:
- sha1
- sha256
when:
event: tag