mirror of
https://github.com/go-sylixos/elvish.git
synced 2024-12-14 02:57:52 +08:00
20 lines
397 B
YAML
20 lines
397 B
YAML
platform: x64
|
|
branches:
|
|
only:
|
|
- master
|
|
clone_folder: c:\gopath\src\github.com\elves\elvish
|
|
environment:
|
|
GOPATH: c:\gopath
|
|
install:
|
|
- echo %PATH%
|
|
- echo %GOPATH%
|
|
- set PATH=%GOPATH%\bin;c:\go\bin;C:\msys64\usr\bin;%PATH%
|
|
- go version
|
|
- go env
|
|
- choco install codecov
|
|
- go get github.com/mattn/goveralls
|
|
build_script:
|
|
- make test
|
|
# deploy_script:
|
|
# - make coverage-appveyor
|