2017-12-04 20:17:50 +08:00
|
|
|
platform: x64
|
|
|
|
clone_folder: c:\gopath\src\github.com\elves\elvish
|
|
|
|
environment:
|
|
|
|
GOPATH: c:\gopath
|
2020-04-04 04:45:50 +08:00
|
|
|
ELVISH_TEST_TIME_SCALE: 10
|
2020-04-06 06:30:38 +08:00
|
|
|
install:
|
|
|
|
# Needed since the codecov uploader depends on a UNIX "find" command.
|
|
|
|
- set PATH=C:\msys64\usr\bin;%PATH%
|
2020-04-06 05:28:41 +08:00
|
|
|
build: off
|
2020-04-06 05:26:55 +08:00
|
|
|
before_test:
|
|
|
|
- go version
|
2020-04-06 05:22:09 +08:00
|
|
|
test_script:
|
2020-04-04 06:33:56 +08:00
|
|
|
- go test -coverprofile=coverage -covermode=set ./...
|
2020-07-06 02:18:57 +08:00
|
|
|
- curl -s https://codecov.io/bash -o codecov && bash codecov -f coverage || ver > nul
|