Use MinGW make in AppVeyor

This commit is contained in:
lukasmartinelli
2016-11-03 13:24:02 +01:00
parent ca2df37c79
commit 5b712d74ae

View File

@@ -25,7 +25,7 @@ install:
build_script:
- go vet ./...
- gofmt -s -l .
- make
- mingw32-make.exe
# to disable automatic tests
test: off