mirror of
https://github.com/miguelmota/cointop
synced 2024-11-14 18:12:57 +00:00
9a906c3a68
Lots of new functionality including: - mouse support: click select, scroll, menus, table-sorting, etc - 24-bit color support in themes Co-authored-by: Simon Roberts <simon.roberts@anz.com> Co-authored-by: ѵµσɳɠ <3168632+vuon9@users.noreply.github.com>
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 ./...
|