Codebase list golang-github-vbatts-go-mtree / b37d6dc7-7334-4ece-84e6-4b44d0746757/main .drone.yml
b37d6dc7-7334-4ece-84e6-4b44d0746757/main

Tree @b37d6dc7-7334-4ece-84e6-4b44d0746757/main (Download .tar.gz)

.drone.yml @b37d6dc7-7334-4ece-84e6-4b44d0746757/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