mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 07:11:01 +00:00
update to the current version, which addresses some issues with current Go versions, and removes the legacy konsorten/go-windows-terminal-sequences dependency. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
14 lines
259 B
YAML
14 lines
259 B
YAML
version: "{build}"
|
|
platform: x64
|
|
clone_folder: c:\gopath\src\github.com\sirupsen\logrus
|
|
environment:
|
|
GOPATH: c:\gopath
|
|
branches:
|
|
only:
|
|
- master
|
|
install:
|
|
- set PATH=%GOPATH%\bin;c:\go\bin;%PATH%
|
|
- go version
|
|
build_script:
|
|
- go get -t
|
|
- go test
|