mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-05 06:21:24 +00:00
17 lines
224 B
YAML
17 lines
224 B
YAML
language: go
|
|
sudo: false
|
|
go:
|
|
- 1.13.x
|
|
- tip
|
|
|
|
before_install:
|
|
- go get -t -v ./...
|
|
|
|
script:
|
|
- go generate
|
|
- git diff --cached --exit-code
|
|
- ./go.test.sh
|
|
|
|
after_success:
|
|
- bash <(curl -s https://codecov.io/bash)
|