Skip to content

Commit 5afee2c

Browse files
committed
update appveyor.yml
1 parent 89e7ba7 commit 5afee2c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ clone_folder: c:\gopath\src\github.com\Songmu\timeout
33
environment:
44
GOPATH: c:\gopath
55
build: false
6+
install:
7+
- copy c:\MinGW\bin\mingw32-make.exe c:\MinGW\bin\make.exe
8+
- set PATH=%GOROOT%\bin;%GOPATH%\bin;c:\MinGW\bin;%PATH%
69
test_script:
710
- make lint
811
- make test

0 commit comments

Comments
 (0)