Use new make tasks within drone config

This commit is contained in:
Thomas Boerger 2016-01-01 21:32:59 +01:00
parent 2fe7e43ba0
commit b71dd3a715

View File

@ -1,14 +1,10 @@
build:
image: golang:1.5
environment:
- GO15VENDOREXPERIMENT=1
- GOOS=linux
- GOARCH=amd64
- CGO_ENABLED=0
commands:
- go get
- go build
- go test
- make deps
- make vet
- make build
- make test
publish:
docker:
@ -21,7 +17,7 @@ publish:
plugin:
name: SSH
desc: Use SSH to execute commands on a remote host
desc: Execute commands on a remote host through SSH
type: deploy
image: plugins/drone-ssh
labels: