public-ip-tracker/.drone.yml
Melora Hugues 56f909d229
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:04:58 +01:00

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