Commit 9beb01d8 authored by vitaut's avatar vitaut

Add an appveyor/cmake workaround

parent 5b7dd17d
......@@ -10,6 +10,10 @@ environment:
PLATFORM: x64
- 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:
- python support/appveyor-build.py
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment