forgejo-federation/.drone.yml

7 lines
104 B
YAML
Raw Normal View History

2014-11-18 03:49:17 +05:30
image: go1.3
env:
- GOPATH=/var/cache/drone
script:
2014-11-18 04:06:51 +05:30
- go get -v
2014-11-18 03:49:17 +05:30
- go build -v
- go test -v ./...