Skip to content

Commit 72b7917

Browse files
committed
Output golang info for appveyor build
1 parent 57d68db commit 72b7917

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ os: Visual Studio 2015
44

55
clone_folder: c:\gopath\src\github.com\git-time-metric\gtm
66

7+
install:
8+
- echo %PATH%
9+
- echo %GOPATH%
10+
- go version
11+
- go env
12+
713
build_script:
814
- c:\msys64\usr\bin\bash -lc /c/gopath/src/github.com/git-time-metric/gtm/script/appveyor-build.sh
915

0 commit comments

Comments
 (0)