gitea/.drone.yml

7 lines
104 B
YAML

image: go1.3
env:
- GOPATH=/var/cache/drone
script:
- go get -v
- go build -v
- go test -v ./...