1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2024-09-20 17:40:25 +00:00
go-mtree/.drone.yml
Vincent Batts d02dbc5725
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>
2021-09-14 09:56:11 -04:00

13 lines
330 B
YAML

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