mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-29 15:13:53 +03: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 ./...
|