Specify path to mingw make

This commit is contained in:
lukasmartinelli
2016-11-03 13:29:14 +01:00
parent b1af4917e5
commit 009f4e105d
+1 -1
View File
@@ -27,7 +27,7 @@ install:
build_script: build_script:
- go vet ./... - go vet ./...
- gofmt -s -l . - gofmt -s -l .
- mingw32-make.exe - C:\MinGW\bin\mingw32-make.exe
# to disable automatic tests # to disable automatic tests
test: off test: off