.appveyor.yml: Add a dummy build command.

Also remove the install script and move the "go version" command to before_test.
This commit is contained in:
Qi Xiao 2020-04-05 22:25:03 +01:00
parent b1f4eccb5c
commit 864666f99d

View File

@ -7,6 +7,7 @@ install:
- set PATH=%GOPATH%\bin;c:\go\bin;C:\msys64\usr\bin;%PATH%
- go version
build_script:
- echo no build phase
test_script:
- go test -coverprofile=coverage -covermode=set ./...
- curl -s https://codecov.io/bash -o codecov && bash codecov -f coverage