PiwigoDirectoryUploader/.drone.yml

11 lines
155 B
YAML

pipeline:
build:
image: golang
commands:
- go get
- go build
- go test
when:
event: [push, tag]
branch: master