We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d68db commit 72b7917Copy full SHA for 72b7917
1 file changed
appveyor.yml
@@ -4,6 +4,12 @@ os: Visual Studio 2015
4
5
clone_folder: c:\gopath\src\github.com\git-time-metric\gtm
6
7
+install:
8
+ - echo %PATH%
9
+ - echo %GOPATH%
10
+ - go version
11
+ - go env
12
+
13
build_script:
14
- c:\msys64\usr\bin\bash -lc /c/gopath/src/github.com/git-time-metric/gtm/script/appveyor-build.sh
15
0 commit comments