streamwatcher/.drone.yml
2020-10-25 11:42:56 +01:00

16 lines
No EOL
269 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: denismakogon/gocv-alpine:4.0.1-buildstage
commands:
- cd $GOPATH/src/gocv.io/x/gocv
- go build
- go test
trigger:
branch:
- master
event:
- push