devicepath/.drone.yml

15 lines
192 B
YAML
Raw Normal View History

2023-08-27 09:31:03 +00:00
---
# 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