Melora Hugues
56f909d229
All checks were successful
continuous-integration/drone/push Build is passing
Ref #1 Add the configuration file for the CI
16 lines
173 B
YAML
16 lines
173 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: Tests
|
|
|
|
steps:
|
|
- name: test
|
|
image: golang
|
|
commands:
|
|
- cd tracker
|
|
- make build
|
|
- make test
|
|
|
|
trigger:
|
|
event:
|
|
- push
|
|
- tag
|