mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-03-05 16:51:02 +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 ./...
|