mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-01 04:41:22 +00:00
12 lines
153 B
YAML
12 lines
153 B
YAML
|
language: go
|
||
|
arch:
|
||
|
- amd64
|
||
|
- ppc64le
|
||
|
|
||
|
go:
|
||
|
- 1.14.x
|
||
|
|
||
|
script:
|
||
|
- go test -race ./...
|
||
|
- for i in _examples/*/; do go build $i/*.go || exit 1; done
|