mirror of
https://github.com/ehang-io/nps
synced 2025-10-20 17:52:47 +08:00
11 lines
112 B
YAML
11 lines
112 B
YAML
language:
|
|
- go
|
|
|
|
go:
|
|
- "1.13"
|
|
- dev
|
|
|
|
script:
|
|
- go get -v
|
|
- go test -v ./...
|
|
- go build cmd/nps/nps.go |