Compare commits

...

16 Commits

Author SHA1 Message Date
IamTheFij b19148a2d8 Remove publish step
the build was successful Details
2018-11-21 15:07:02 -08:00
IamTheFij c5b8b490fa Try setting a workspace
the build failed Details
2018-11-21 15:01:39 -08:00
IamTheFij df8be80692 Add more debug info
the build failed Details
2018-11-21 14:58:13 -08:00
IamTheFij 090c71eabf Pull first
the build failed Details
2018-11-21 14:55:59 -08:00
IamTheFij ce3a196640 Try go build
the build failed Details
2018-11-21 14:54:24 -08:00
IamTheFij eb2938aac2 Try go build
the build failed Details
2018-11-21 14:51:47 -08:00
IamTheFij 52a5f37ada Let's force a build
the build failed Details
2018-11-21 14:49:40 -08:00
IamTheFij 4723d253b9 Add build steps but no publish 2018-11-19 17:53:23 -08:00
IamTheFij c4dd082f59 Skipping build only step
The Golang container that Drone uses doesn't seem to work well with this
2018-11-17 13:57:32 -08:00
IamTheFij 5b18605c17 Install dep 2018-11-17 13:45:28 -08:00
IamTheFij f1d39eb8a8 Add new build step and disable arm (for now) 2018-11-17 13:41:56 -08:00
IamTheFij 566a76a39f Update Drone Docker tags 2018-08-17 01:58:36 +00:00
IamTheFij 3e7bc198b2 Matrix docker tags 2018-08-16 03:16:42 +00:00
IamTheFij 68ce13f4a2 Revert "Force"
This reverts commit 97fe075447.
2018-08-16 03:05:09 +00:00
IamTheFij 97fe075447 Force 2018-08-15 19:41:28 -07:00
IamTheFij 2a73f238c6 Try adding drone builds 2018-08-12 14:35:12 -07:00
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