mirror of
https://github.com/google/benchmark.git
synced 2024-12-26 12:30:14 +08:00
Test different Appveyor MinGW installation
This commit is contained in:
parent
a7a7c56152
commit
c9d747e5e6
10
appveyor.yml
10
appveyor.yml
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user