Changed path ordering to include C:\MinGW\bin before anything else
This commit is contained in:
parent
4b2fb35d31
commit
91200ed8dd
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ os: Visual Studio 2015
|
|||
init:
|
||||
- ps: iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
|
||||
- git config --global core.autocrlf input
|
||||
- 'SET PATH=%PATH%;C:\MinGW\msys\1.0\bin;C:\MinGW\bin;%APPVEYOR_BUILD_FOLDER%\bin;%APPVEYOR_BUILD_FOLDER%\build'
|
||||
- 'SET PATH=C:\MinGW\bin;%PATH%;C:\MinGW\msys\1.0\bin;%APPVEYOR_BUILD_FOLDER%\bin;%APPVEYOR_BUILD_FOLDER%\build'
|
||||
|
||||
environment:
|
||||
COVERALLS_REPO_TOKEN:
|
||||
|
|
Loading…
Add table
Reference in a new issue