* Add new dependencies for terminal handling and color management. * Include updates for tcell, go-colorful, tview, and uniseg. * Update golang.org/x/sys and golang.org/x/term for improved compatibility. * Ensure all dependencies are explicitly listed with their versions.
14 lines
278 B
YAML
14 lines
278 B
YAML
version: 1.0.{build}
|
|
clone_folder: c:\gopath\src\github.com\gdamore\encoding
|
|
environment:
|
|
GOPATH: c:\gopath
|
|
build_script:
|
|
- go version
|
|
- go env
|
|
- SET PATH=%LOCALAPPDATA%\atom\bin;%GOPATH%\bin;%PATH%
|
|
- go get -t ./...
|
|
- go build
|
|
- go install ./...
|
|
test_script:
|
|
- go test ./...
|