appveyor use mingw make
This commit is contained in:
parent
f7ccd0860b
commit
a3acb3a29c
10
appveyor.yml
10
appveyor.yml
@ -23,12 +23,12 @@ install:
|
|||||||
- go get -u -v honnef.co/go/tools/cmd/staticcheck
|
- go get -u -v honnef.co/go/tools/cmd/staticcheck
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- make staticcheck
|
- C:\MinGW\bin\mingw32-make.exe staticcheck
|
||||||
- make check-formatting
|
- C:\MinGW\bin\mingw32-make.exe check-formatting
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- make magneticod
|
- C:\MinGW\bin\mingw32-make.exe magneticod
|
||||||
- make magneticow
|
- C:\MinGW\bin\mingw32-make.exe magneticow
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- make test
|
- C:\MinGW\bin\mingw32-make.exe test
|
||||||
|
Loading…
Reference in New Issue
Block a user