Test different Appveyor MinGW installation

This commit is contained in:
Eric Fiselier 2016-08-09 14:36:15 -06:00
parent a7a7c56152
commit c9d747e5e6
1 changed files with 5 additions and 5 deletions

View File

@ -18,14 +18,14 @@ environment:
- compiler: msvc-14-seh
generator: "Visual Studio 14 2015 Win64"
- compiler: gcc-4.9.2-posix
generator: "MinGW Makefiles"
cxx_path: 'C:\MinGW\bin'
- compiler: gcc-4.9.2-posix
- compiler: gcc-5.3.0-posix
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