mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-07-20 19:34:28 +08:00
Work on CI support for MingW
This commit is contained in:
parent
306b244889
commit
150a938ff6
@ -2,7 +2,7 @@ environment:
|
|||||||
matrix:
|
matrix:
|
||||||
- platform: x86
|
- platform: x86
|
||||||
image: Visual Studio 2015
|
image: Visual Studio 2015
|
||||||
generator: "Visual Studio 2015"
|
generator: "Visual Studio 14 2015"
|
||||||
compiler: msvc
|
compiler: msvc
|
||||||
configuration: Release
|
configuration: Release
|
||||||
|
|
||||||
@ -15,7 +15,7 @@ environment:
|
|||||||
|
|
||||||
- platform: x64
|
- platform: x64
|
||||||
image: Visual Studio 2015
|
image: Visual Studio 2015
|
||||||
generator: "Visual Studio 2015"
|
generator: "Visual Studio 14 2015"
|
||||||
compiler: msvc
|
compiler: msvc
|
||||||
configuration: Release
|
configuration: Release
|
||||||
|
|
||||||
@ -28,13 +28,13 @@ environment:
|
|||||||
|
|
||||||
- platform: x86
|
- platform: x86
|
||||||
image: Visual Studio 2017
|
image: Visual Studio 2017
|
||||||
generator: "Visual Studio 2017"
|
generator: "Visual Studio 15 2017"
|
||||||
compiler: msvc
|
compiler: msvc
|
||||||
configuration: Release
|
configuration: Release
|
||||||
|
|
||||||
- platform: x64
|
- platform: x64
|
||||||
image: Visual Studio 2017
|
image: Visual Studio 2017
|
||||||
generator: "Visual Studio 2017"
|
generator: "Visual Studio 15 2017"
|
||||||
compiler: msvc
|
compiler: msvc
|
||||||
configuration: Release
|
configuration: Release
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user