File: .drone.yml

package info (click to toggle)
golang-github-vbatts-go-mtree 0.5.4%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid
  • size: 796 kB
  • sloc: sh: 198; makefile: 80
file content (13 lines) | stat: -rw-r--r-- 330 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
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