mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-18 15:13:32 -05:00
9 lines
71 B
YAML
9 lines
71 B
YAML
language: go
|
|
|
|
install:
|
|
- go get -d -v .
|
|
|
|
script:
|
|
- go build -v ./
|
|
|