mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-06 03:53:59 +02: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 ./...
|