Codebase list golang-github-vbatts-go-mtree / fresh-releases/main .drone.yml
fresh-releases/main

Tree @fresh-releases/main (Download .tar.gz)

.drone.yml @fresh-releases/mainraw · history · blame

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