Skip to content

Commit

Permalink
Adjust path in install appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
lasote committed Dec 19, 2016
1 parent 5ff4cc7 commit 8d313e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ init:
- "ECHO %PYTHON%"

install:
- "set PATH=%PATH%;C:\MinGW\bin"
- set PATH=%PATH:C:\Program Files (x86)\Git\bin;=%
- set PATH=C:\MinGW\bin;%PATH%
- "set PYTHONPATH=%PYTHONPATH%;%CD%"
- "set CONAN_LOGGING_LEVEL=10"
- "set CONAN_COMPILER=Visual Studio"
Expand Down

0 comments on commit 8d313e4

Please sign in to comment.