devicepath/.drone.yml
2023-08-27 11:31:03 +02:00

14 lines
192 B
YAML

---
# Test building the code and docker image
kind: pipeline
type: docker
name: test-build
steps:
- name: go-test
image: golang
commands:
- make test
depends_on:
# TODO: publish doc