From 5b712d74aec91b79431a10f58ae6fdf9507ccfb2 Mon Sep 17 00:00:00 2001 From: lukasmartinelli Date: Thu, 3 Nov 2016 13:24:02 +0100 Subject: [PATCH] Use MinGW make in AppVeyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 0e58785f..0fa5986c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,7 +25,7 @@ install: build_script: - go vet ./... - gofmt -s -l . -- make +- mingw32-make.exe # to disable automatic tests test: off