Skip to content

Commit

Permalink
Add an appveyor/cmake workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Nov 4, 2015
1 parent 5b7dd17 commit 9beb01d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions support/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9beb01d

Please sign in to comment.