Add drone builds
the build was successful Details

This commit is contained in:
IamTheFij 2018-08-12 14:35:12 -07:00
parent 24078806e3
commit b5a19bb1d2
1 changed files with 28 additions and 0 deletions

28
.drone.yml Normal file
View File

@ -0,0 +1,28 @@
platform: ${platform}
workspace:
base: /go
pipeline:
build:
image: golang:1.10
commands:
- go version
- go env
- go get -u github.com/golang/dep/cmd/dep
- make build
# publish:
# image: plugins/docker:${docker_tag}
# repo: iamthefij/dockron
# secrets:
# - docker_username
# - docker_password
# tag:
# - ${docker_tag}
matrix:
include:
- platform: linux/amd64
docker_tag: latest
# - platform: linux/arm
# docker_tag: linux-arm