We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e7ba7 commit 5afee2cCopy full SHA for 5afee2c
appveyor.yml
@@ -3,6 +3,9 @@ clone_folder: c:\gopath\src\github.com\Songmu\timeout
3
environment:
4
GOPATH: c:\gopath
5
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%
9
test_script:
10
- make lint
11
- make test
0 commit comments