Remove MinGW builder in preference of MinGW-w64.

The plain MinGW enviroment does not provide any threading supporting, including
in the C++ STL. The MinGW-w64 enviroment does not have this problem.

This patch removes the 32 bit bot since it's always going to fail.
This commit is contained in:
Eric Fiselier 2016-08-10 18:23:50 -06:00
parent a11fb69c89
commit 577baa0dbd

View File

@ -22,10 +22,6 @@ environment:
generator: "MinGW Makefiles"
cxx_path: 'C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin'
- compiler: gcc-4.9.3-posix
generator: "MinGW Makefiles"
cxx_path: 'C:\MinGW\bin'
matrix:
fast_finish: true