mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-11 05:09:31 +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 ./...
|