From a3acb3a29c9ae9dbf72c23646628dce42446a379 Mon Sep 17 00:00:00 2001 From: "Bora M. Alper" Date: Wed, 23 Dec 2020 10:03:47 +0300 Subject: [PATCH] appveyor use mingw make --- appveyor.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index fc69aed..80c0743 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,12 +23,12 @@ install: - go get -u -v honnef.co/go/tools/cmd/staticcheck before_build: - - make staticcheck - - make check-formatting + - C:\MinGW\bin\mingw32-make.exe staticcheck + - C:\MinGW\bin\mingw32-make.exe check-formatting build_script: - - make magneticod - - make magneticow + - C:\MinGW\bin\mingw32-make.exe magneticod + - C:\MinGW\bin\mingw32-make.exe magneticow test_script: - - make test + - C:\MinGW\bin\mingw32-make.exe test