my windows travis-ci build failed, it appears that the command make
is not in the PATH
? see log here.
Does the mingw package installed by default include make? appreciated if someone can point to me an example configuration that use make/gcc to compile on windows. My .travis.yml
can be found here.
Most MinGW have a mingw32-make.exe
file but no make.exe
. Simply copy that and rename it or change the call from make
to mingw32-make
in your build.