mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-25 15:21:54 +00:00
Add an appveyor/cmake workaround
This commit is contained in:
parent
5b7dd17dff
commit
9beb01d8e5
@ -10,6 +10,10 @@ environment:
|
|||||||
PLATFORM: x64
|
PLATFORM: x64
|
||||||
- BUILD: mingw
|
- BUILD: mingw
|
||||||
|
|
||||||
|
before_build:
|
||||||
|
# Workaround for CMake not wanting sh.exe on PATH for MinGW.
|
||||||
|
- set PATH=%PATH:C:\Program Files\Git\usr\bin;=%
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- python support/appveyor-build.py
|
- python support/appveyor-build.py
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user