mirror of
https://git.mirrors.martin98.com/https://github.com/gulrak/filesystem
synced 2025-07-20 19:44:27 +08:00
Work on CI support for MingW.
This commit is contained in:
parent
3bd262ce99
commit
585e66b75b
@ -1,39 +1,39 @@
|
|||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
- platform: x86
|
- platform: x86
|
||||||
image: Visual Studio 2015
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||||
generator: "Visual Studio 14 2015"
|
generator: "Visual Studio 14 2015"
|
||||||
compiler: msvc
|
compiler: msvc
|
||||||
configuration: Release
|
configuration: Release
|
||||||
|
|
||||||
- platform: x86
|
- platform: x86
|
||||||
image: Visual Studio 2015
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||||
generator: "MinGW Makefiles"
|
generator: "MinGW Makefiles"
|
||||||
compiler: mingw
|
compiler: mingw
|
||||||
toolchain: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1
|
toolchain: C:\mingw-w64\i686-6.3.0-posix-dwarf-rt_v5-rev1
|
||||||
configuration: Release
|
configuration: Release
|
||||||
|
|
||||||
- platform: x64
|
- platform: x64
|
||||||
image: Visual Studio 2015
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||||
generator: "Visual Studio 14 2015 Win64"
|
generator: "Visual Studio 14 2015 Win64"
|
||||||
compiler: msvc
|
compiler: msvc
|
||||||
configuration: Release
|
configuration: Release
|
||||||
|
|
||||||
- platform: x64
|
- platform: x64
|
||||||
image: Visual Studio 2015
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
|
||||||
generator: "MinGW Makefiles"
|
generator: "MinGW Makefiles"
|
||||||
compiler: mingw
|
compiler: mingw
|
||||||
toolchain: C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1
|
toolchain: C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1
|
||||||
configuration: Release
|
configuration: Release
|
||||||
|
|
||||||
- platform: x86
|
- platform: x86
|
||||||
image: Visual Studio 2017
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||||
generator: "Visual Studio 15 2017"
|
generator: "Visual Studio 15 2017"
|
||||||
compiler: msvc
|
compiler: msvc
|
||||||
configuration: Release
|
configuration: Release
|
||||||
|
|
||||||
- platform: x64
|
- platform: x64
|
||||||
image: Visual Studio 2017
|
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
|
||||||
generator: "Visual Studio 15 2017 Win64"
|
generator: "Visual Studio 15 2017 Win64"
|
||||||
compiler: msvc
|
compiler: msvc
|
||||||
configuration: Release
|
configuration: Release
|
||||||
@ -53,7 +53,7 @@ build_script:
|
|||||||
- cd build
|
- cd build
|
||||||
- if [%compiler%]==[msvc] cmake -G"%generator%" ..
|
- if [%compiler%]==[msvc] cmake -G"%generator%" ..
|
||||||
- if [%compiler%]==[mingw] set PATH=%toolchain%/bin;%PATH:C:\Program Files (x86)\Git\bin;=%
|
- if [%compiler%]==[mingw] set PATH=%toolchain%/bin;%PATH:C:\Program Files (x86)\Git\bin;=%
|
||||||
- if [%compiler%]==[mingw] cmake -G"%generator%" -DCMAKE_PREFIX_PATH=C:\mingw-w64\%toolchain% -DCMAKE_BUILD_TYPE=%configuration% ..
|
- if [%compiler%]==[mingw] cmake -G"%generator%" -DCMAKE_SH=CMAKE_SH-NOTFOUND -DCMAKE_PREFIX_PATH=C:\mingw-w64\%toolchain% -DCMAKE_BUILD_TYPE=%configuration% ..
|
||||||
- cmake --build . --config %configuration%
|
- cmake --build . --config %configuration%
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user