Commit 577baa0d by Eric Fiselier

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.
parent a11fb69c
...@@ -22,10 +22,6 @@ environment: ...@@ -22,10 +22,6 @@ environment:
generator: "MinGW Makefiles" generator: "MinGW Makefiles"
cxx_path: 'C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin' 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: matrix:
fast_finish: true fast_finish: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment