Added build folder to appveyor path
This commit is contained in:
parent
d07ad6a149
commit
4a7b1f75cd
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%\bin'
|
||||
- 'SET PATH=%PATH%;C:\MinGW\msys\1.0\bin;C:\MinGW\bin;%APPVEYOR_BUILD_FOLDER%\bin;%APPVEYOR_BUILD_FOLDER%\build'
|
||||
|
||||
environment:
|
||||
COVERALLS_TOKEN:
|
||||
|
|
Loading…
Add table
Reference in a new issue