Skip to content

Commit b049338

Browse files
committed
Fix appveyor windows ci
Signed-off-by: Nassim 'Nass' Eddequiouaq <[email protected]>
1 parent 91fc39d commit b049338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ image: Visual Studio 2015
22
environment:
33
GOPATH: c:\gopath
44

5+
stack: go 1.8.7
6+
57
clone_folder: c:\gopath\src\github.com\docker\docker-credential-helpers
68
clone_depth: 10
79

810
before_build:
911
- set PATH=%PATH%;C:\MinGW\bin;
10-
- set PATH=%PATH%;C:\go18\bin;
11-
- set GOROOT=C:\go18
1212

1313
build_script:
1414
- mingw32-make vet_win wincred

0 commit comments

Comments
 (0)