mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
9 lines
71 B
YAML
9 lines
71 B
YAML
|
language: go
|
||
|
|
||
|
install:
|
||
|
- go get -d -v .
|
||
|
|
||
|
script:
|
||
|
- go build -v ./
|
||
|
|