ci-demo/.drone.yml
Arif Herusetyo Wicaksono f1facc24bb
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Update drone.yml syntax
2019-11-12 08:05:44 +09:00

35 lines
502 B
YAML

kind: pipeline
type: docker
name: build
steps:
- name: build
image: gcc:4.9
commands:
- make clean
- make
- make install
---
kind: pipeline
type: docker
name: release
steps:
- 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