Use MinGW make in AppVeyor

This commit is contained in:
lukasmartinelli
2016-11-03 13:24:02 +01:00
parent ca2df37c79
commit 5b712d74ae
+1 -1
View File
@@ -25,7 +25,7 @@ install:
build_script: build_script:
- go vet ./... - go vet ./...
- gofmt -s -l . - gofmt -s -l .
- make - mingw32-make.exe
# to disable automatic tests # to disable automatic tests
test: off test: off