mirror of
https://gitea.com/gitea/tea.git
synced 2024-11-23 02:51:37 +01:00
16 lines
250 B
YAML
16 lines
250 B
YAML
version: "{build}"
|
|
platform: x64
|
|
|
|
clone_folder: c:\gopath\src\gopkg.in\src-d\go-billy.v4
|
|
|
|
environment:
|
|
GOPATH: c:\gopath
|
|
|
|
install:
|
|
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
|
|
- go version
|
|
- go get -v -t ./...
|
|
|
|
build_script:
|
|
- go test -v ./...
|