Compare commits

..

3 Commits

Author SHA1 Message Date
39d2e38d81 Merge branch 'gitea1.0' of arif/ci-demo into master
All checks were successful
continuous-integration/drone/push Build is passing
2019-11-12 08:09:07 +09:00
f1facc24bb
Update drone.yml syntax
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2019-11-12 08:05:44 +09:00
ec30df398f
Update drone to version 1.0 2019-11-12 07:14:02 +09:00
2 changed files with 35 additions and 17 deletions

View File

@ -1,17 +1,34 @@
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
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

View File

@ -1,2 +1,3 @@
# ci-demo # ci-demo
[![Build Status](https://ci.wicak.co/api/badges/arif/ci-demo/status.svg)](https://ci.wicak.co/arif/ci-demo)