Ref #1 Add the configuration file for the CI
This commit is contained in:
parent
bd9bba54ba
commit
feb71a9396
1 changed files with 16 additions and 0 deletions
16
.drone.yml
Normal file
16
.drone.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: golang
|
||||
commands:
|
||||
- cd tracker
|
||||
- make build
|
||||
- make test
|
||||
|
||||
trigger:
|
||||
event:
|
||||
- push
|
||||
- tag
|
Loading…
Reference in a new issue