mirror of
https://github.com/vbatts/go-mtree.git
synced 2024-11-15 13:18:45 +00:00
Vincent Batts
d02dbc5725
This is lacking for a few reasons: - multi-arch - matrix of versions of golang Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
13 lines
330 B
YAML
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
|