mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 15:54:25 +00:00
3270e7a443
* Update go-swagger * vendor
16 lines
320 B
YAML
Vendored
16 lines
320 B
YAML
Vendored
version: '{build}'
|
|
clone_folder: C:\gopath\src\github.com\spf13\afero
|
|
environment:
|
|
GOPATH: C:\gopath
|
|
build_script:
|
|
- cmd: >-
|
|
go version
|
|
|
|
go env
|
|
|
|
go get -v github.com/spf13/afero/...
|
|
|
|
go build -v github.com/spf13/afero/...
|
|
test_script:
|
|
- cmd: go test -count=1 -cover -race -v github.com/spf13/afero/...
|