0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-27 06:34:58 +01:00
gitea/.drone.yml

6 lines
90 B
YAML
Raw Normal View History

2014-11-17 23:19:17 +01:00
image: go1.3
env:
- GOPATH=/var/cache/drone
script:
- go build -v
- go test -v ./...