mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-31 08:37:35 -04:00
9fe4437bda
* Use vendored go-swagger * vendor go-swagger * revert un wanteed change * remove un-needed GO111MODULE * Update Makefile Co-Authored-By: techknowlogick <matti@mdranta.net>
16 lines
297 B
YAML
16 lines
297 B
YAML
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 github.com/spf13/afero
|
|
test_script:
|
|
- cmd: go test -race -v github.com/spf13/afero/...
|