Fixed appveyor library path
This commit is contained in:
parent
6ba2497b54
commit
b21519bd92
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ os: Windows Server 2012
|
|||
|
||||
init:
|
||||
- git config --global core.autocrlf input
|
||||
- 'SET PATH=%PATH%;C:\MinGW\msys\1.0\bin;C:\MinGW\bin;%APPVEYOR_BUILD_FOLDER%\lib'
|
||||
- 'SET PATH=%PATH%;C:\MinGW\msys\1.0\bin;C:\MinGW\bin;%APPVEYOR_BUILD_FOLDER%\bin'
|
||||
|
||||
environment:
|
||||
COVERALLS_TOKEN:
|
||||
|
|
Loading…
Add table
Reference in a new issue