public-ip-tracker/.drone.yml
Melora Hugues feb71a9396
All checks were successful
continuous-integration/drone/push Build is passing
Add .drone-ci file
Ref #1

Add the configuration file for the CI
2023-01-05 19:02:38 +01:00

16 lines
175 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: golang
commands:
- cd tracker
- make build
- make test
trigger:
event:
- push
- tag