mirror of
https://github.com/vbatts/go-mtree.git
synced 2024-11-15 13:18:45 +00:00
14 lines
330 B
YAML
14 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
|