trying out drone
This is lacking for a few reasons: - multi-arch - matrix of versions of golang Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
ae608839f1
commit
d02dbc5725
1 changed files with 13 additions and 0 deletions
13
.drone.yml
Normal file
13
.drone.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
kind: pipeline
|
||||
name: default
|
||||
steps:
|
||||
steps:
|
||||
- name: build
|
||||
image: golang
|
||||
commands:
|
||||
- git config --global url."https://".insteadOf git://
|
||||
- make install.tools
|
||||
- mkdir -p $GOPATH/src/github.com/vbatts && ln -sf $(pwd) $GOPATH/src/github.com/vbatts/go-mtree
|
||||
- make validation
|
||||
- make validation.tags
|
||||
- make build.arches
|
Loading…
Reference in a new issue