mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-26 12:35:32 +00:00
Install mingw in appveyor.
This commit is contained in:
parent
e839608dcf
commit
5e42eaca0d
@ -3,11 +3,9 @@ configuration:
|
|||||||
- Release
|
- Release
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%
|
|
||||||
- dir C:\
|
|
||||||
- dir C:\Program Files
|
|
||||||
- ps: (wget 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).Content >mingw.7z
|
- ps: (wget 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).Content >mingw.7z
|
||||||
- 7z x -oC:\ mingw.7z
|
- 7z x -oC:\ mingw.7z
|
||||||
|
- set PATH=C:\Program Files (x86)\MSBuild\12.0\bin\;%PATH%;C:\wingw64\bin
|
||||||
|
|
||||||
before_build: cmake -DFMT_EXTRA_TESTS=ON .
|
before_build: cmake -DFMT_EXTRA_TESTS=ON .
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user