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:
Vincent Batts 2021-09-14 09:56:11 -04:00
parent ae608839f1
commit d02dbc5725
Signed by: vbatts
GPG Key ID: 10937E57733F1362
1 changed files with 13 additions and 0 deletions

13
.drone.yml Normal file
View 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