ci: Install neovim gem in Appveyor (#7700)

ref #7655
This commit is contained in:
Jan Edmund Lazo 2017-12-07 04:21:03 -05:00 committed by Justin M. Keyes
parent a58c9094db
commit afae4b5141
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ set PATH=C:\Python35;C:\Python27;%PATH%
python -c "import neovim; print(str(neovim))" || goto :error
python3 -c "import neovim; print(str(neovim))" || goto :error
set PATH=C:\Ruby24\bin;%PATH%
cmd /c gem.cmd install neovim || goto :error
where.exe neovim-ruby-host.bat || goto :error
mkdir .deps
cd .deps
cmake -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo ..\third-party\ || goto :error