Codebase list golang-github-vbatts-go-mtree / upstream/0.5.1 .drone.yml
upstream/0.5.1

Tree @upstream/0.5.1 (Download .tar.gz)

.drone.yml @upstream/0.5.1raw · 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