mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-27 06:34:58 +01:00
6 lines
90 B
YAML
6 lines
90 B
YAML
|
image: go1.3
|
||
|
env:
|
||
|
- GOPATH=/var/cache/drone
|
||
|
script:
|
||
|
- go build -v
|
||
|
- go test -v ./...
|