mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 15:44:05 -08:00
13 lines
188 B
YAML
13 lines
188 B
YAML
clone_folder: c:\gopath\src\github.com\nightlyone\lockfile
|
|
|
|
environment:
|
|
GOPATH: c:\gopath
|
|
|
|
install:
|
|
- go version
|
|
- go env
|
|
- go get -v -t ./...
|
|
|
|
build_script:
|
|
- go test -v ./...
|