mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-06 12:19:37 -06:00
9 lines
71 B
YAML
9 lines
71 B
YAML
language: go
|
|
|
|
install:
|
|
- go get -d -v .
|
|
|
|
script:
|
|
- go build -v ./
|
|
|