mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-26 09:28:21 +00:00
Try build matrix in appveyor.
This commit is contained in:
parent
f739978fbb
commit
f7e0fb8a58
@ -1,8 +1,14 @@
|
|||||||
|
environment:
|
||||||
|
matrix:
|
||||||
|
- build: msvc
|
||||||
|
- build: mingw
|
||||||
|
|
||||||
configuration:
|
configuration:
|
||||||
- Debug
|
- Debug
|
||||||
- Release
|
- Release
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- set build
|
||||||
- ps: >
|
- ps: >
|
||||||
Invoke-WebRequest -UserAgent wget
|
Invoke-WebRequest -UserAgent wget
|
||||||
-Uri http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/4.9.0/threads-win32/seh/x86_64-4.9.0-release-win32-seh-rt_v3-rev2.7z/download
|
-Uri http://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/4.9.0/threads-win32/seh/x86_64-4.9.0-release-win32-seh-rt_v3-rev2.7z/download
|
||||||
|
Loading…
Reference in New Issue
Block a user