appveyor use mingw make

This commit is contained in:
Bora M. Alper 2020-12-23 10:03:47 +03:00
parent f7ccd0860b
commit a3acb3a29c
No known key found for this signature in database
GPG Key ID: 8F1A9504E1BD114D

View File

@ -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