mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-04-30 23:21:42 +02:00
9 lines
71 B
YAML
9 lines
71 B
YAML
language: go
|
|
|
|
install:
|
|
- go get -d -v .
|
|
|
|
script:
|
|
- go build -v ./
|
|
|