cwtch/.drone.yml

18 lines
398 B
YAML
Raw Normal View History

2018-06-30 04:38:08 +00:00
workspace:
base: /go
path: src/cwtch.im/cwtch
pipeline:
2018-07-02 15:16:54 +00:00
hack:
image: golang
commands:
- echo "Show me the secrets! $BUILDBOT"
2018-06-30 04:38:08 +00:00
build:
image: golang
commands:
- go list ./... | xargs go get
- go get -u github.com/golang/lint/golint
- go list ./... | xargs go vet
- go list ./... | xargs golint -set_exit_status
2018-07-02 15:09:41 +00:00
- sh testing/tests.sh